Skip to content

Commit 3fa5c1a

Browse files
authored
Update generate_docker_release_matrix.yml
1 parent 19714de commit 3fa5c1a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/generate_docker_release_matrix.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ jobs:
3030
matrix: ${{ steps.generate.outputs.matrix }}
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/setup-python@v4
33+
- uses: actions/setup-python@v5
3434
with:
3535
python-version: '3.10'
3636
- name: Checkout test-infra repository
37-
uses: actions/checkout@v3
37+
uses: actions/checkout@v4
3838
with:
3939
repository: ${{ inputs.test-infra-repository }}
4040
ref: ${{ inputs.test-infra-ref }}

0 commit comments

Comments
 (0)