File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3737 echo "IMAGE_NAME=${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/}" >> $GITHUB_ENV
3838
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 # Login against a Docker registry
4343 # https://github.com/docker/login-action
@@ -122,7 +122,7 @@ jobs:
122122 echo "FULL_IMAGE_WITHOUT_TAG=$(echo $image_without_tag | tr '[A-Z]' '[a-z]')" >> $GITHUB_ENV
123123
124124 - name : Checkout repository
125- uses : actions/checkout@v4
125+ uses : actions/checkout@v5
126126
127127 # Install the cosign tool
128128 # https://github.com/sigstore/cosign-installer
Original file line number Diff line number Diff line change 2525
2626 steps :
2727 - name : Checkout
28- uses : actions/checkout@v4
28+ uses : actions/checkout@v5
2929
3030 - name : Set up Python 3.13
3131 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Python 3.13
2121 uses : actions/setup-python@v6
2222 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Python 3.13
2121 uses : actions/setup-python@v6
2222 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Python 3.13
2121 uses : actions/setup-python@v6
2222 with :
Original file line number Diff line number Diff line change 1919 os : [ubuntu-latest]
2020 runs-on : ${{ matrix.os }}
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323 - name : Set up Python ${{ matrix.version }}
2424 uses : actions/setup-python@v6
2525 with :
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Set up Python 3.13
2121 uses : actions/setup-python@v6
2222 with :
You can’t perform that action at this time.
0 commit comments