Skip to content

Commit 8ef4d27

Browse files
authored
Merge pull request #1619 from fossasia/dependabot/github_actions/dev/actions/setup-python-7
chore(ci)(deps): bump actions/setup-python from 6 to 7
2 parents 4909a8b + 54efb0d commit 8ef4d27

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
generate_release_notes: true
3939
- name: Set up Python
4040
if: ${{ steps.version.outputs.TAG_EXISTS == '0' }}
41-
uses: actions/setup-python@v6
41+
uses: actions/setup-python@v7
4242
with:
4343
python-version: '3.x'
4444
- name: Install dependencies

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Checkout Repository
2020
uses: actions/checkout@v7.0.0
2121
- name: Set up Python
22-
uses: actions/setup-python@v6
22+
uses: actions/setup-python@v7
2323
with:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install package and test dependencies

0 commit comments

Comments
 (0)