Skip to content
This repository was archived by the owner on Aug 10, 2026. It is now read-only.

Commit 9e81117

Browse files
authored
Merge pull request #15 from amar-python/dependabot/github_actions/actions/setup-python-6
chore(deps): bump actions/setup-python from 5 to 7
2 parents 6d8433d + d82019e commit 9e81117

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/python-validator-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: actions/checkout@v4
1616

1717
- name: Setup Python
18-
uses: actions/setup-python@v5
18+
uses: actions/setup-python@v7
1919
with:
2020
python-version: '3.11'
2121

.github/workflows/quality-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v4
1818

1919
- name: Setup Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v7
2121
with:
2222
python-version: '3.11'
2323

@@ -79,7 +79,7 @@ jobs:
7979
uses: actions/checkout@v4
8080

8181
- name: Setup Python
82-
uses: actions/setup-python@v5
82+
uses: actions/setup-python@v7
8383
with:
8484
python-version: '3.11'
8585

0 commit comments

Comments
 (0)