Skip to content

Commit 1af96d0

Browse files
Merge pull request #593 from dropbox/dependabot/github_actions/github-actions-696b649f44
Bump actions/setup-python from 6 to 7 in the github-actions group
2 parents f24698d + 7898a2c commit 1af96d0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
distribution: 'zulu'
2626

2727
- name: Set up Python
28-
uses: actions/setup-python@v6
28+
uses: actions/setup-python@v7
2929
with:
3030
python-version: '3.9.14'
3131
- run: python -m pip install ply six packaging
@@ -77,7 +77,7 @@ jobs:
7777
distribution: 'zulu'
7878

7979
- name: Set up Python
80-
uses: actions/setup-python@v6
80+
uses: actions/setup-python@v7
8181
with:
8282
python-version: '3.9.14'
8383
- run: python -m pip install ply six packaging
@@ -177,7 +177,7 @@ jobs:
177177
java-version: 21
178178

179179
- name: Set up Python
180-
uses: actions/setup-python@v6
180+
uses: actions/setup-python@v7
181181
with:
182182
python-version: '3.9.14'
183183
- run: python -m pip install ply six packaging

.github/workflows/spec_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
java-version: '21'
4040
distribution: 'zulu'
4141
- name: Set up Python
42-
uses: actions/setup-python@v6
42+
uses: actions/setup-python@v7
4343
with:
4444
python-version: '3.9.14'
4545
- run: python -m pip install ply six packaging

0 commit comments

Comments
 (0)