Skip to content

Commit a0841a7

Browse files
Bump actions/setup-python from 4 to 5 (#805)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0b49b6 commit a0841a7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
100100
restore-keys: |
101101
${{ runner.os }}-node-
102-
- uses: actions/setup-python@v4
102+
- uses: actions/setup-python@v5
103103
if: ${{ matrix.language == 'python' }}
104104
with:
105105
python-version: '3.x'

.github/workflows/main-build-python311.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
go-version: '~1.21.3'
3737
check-latest: true
38-
- uses: actions/setup-python@v4
38+
- uses: actions/setup-python@v5
3939
with:
4040
python-version: '3.x'
4141
- name: Cache (Python)

.github/workflows/main-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
117117
restore-keys: |
118118
${{ runner.os }}-node-
119-
- uses: actions/setup-python@v4
119+
- uses: actions/setup-python@v5
120120
if: ${{ matrix.language == 'python' }}
121121
with:
122122
python-version: '3.x'

.github/workflows/pr-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
5757
restore-keys: |
5858
${{ runner.os }}-node-
59-
- uses: actions/setup-python@v4
59+
- uses: actions/setup-python@v5
6060
if: ${{ matrix.language == 'python' }}
6161
with:
6262
python-version: '3.x'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ jobs:
244244
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
245245
restore-keys: |
246246
${{ runner.os }}-node-
247-
- uses: actions/setup-python@v4
247+
- uses: actions/setup-python@v5
248248
if: ${{ env.TEST_LANGUAGE == 'python' }}
249249
with:
250250
python-version: '3.x'

.github/workflows/soaking.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
key: ${{ runner.os }}-node-${{ hashFiles('**/package.json') }}-go-${{ hashFiles('**/go.sum') }}
110110
restore-keys: |
111111
${{ runner.os }}-node-
112-
- uses: actions/setup-python@v4
112+
- uses: actions/setup-python@v5
113113
if: ${{ matrix.language == 'python' }}
114114
with:
115115
python-version: '3.x'

0 commit comments

Comments
 (0)