File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 with :
3030 fetch-depth : 0
3131
@@ -100,7 +100,7 @@ jobs:
100100 repository : ${{ env.DOCKERHUB_USER }}/${{ env.DOCKERHUB_REPO }}
101101
102102 - name : " [GHCR] Generate artifact"
103- uses : actions/attest-build-provenance@v2
103+ uses : actions/attest-build-provenance@v3
104104 with :
105105 subject-name : ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPO }}
106106 subject-digest : ${{ steps.push.outputs.digest }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ jobs:
1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020 with :
2121 fetch-depth : 0
2222
23- - uses : actions/setup-python@v5
23+ - uses : actions/setup-python@v6
2424 with :
2525 python-version : 3.x
2626 check-latest : true
Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : Checkout
30- uses : actions/checkout@v4
30+ uses : actions/checkout@v5
3131 with :
3232 fetch-depth : 0
3333
3737 git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
3838
3939 - name : Semantic Release
40- uses : cycjimmy/semantic-release-action@v4
40+ uses : cycjimmy/semantic-release-action@v5
4141 id : semantic_release
4242 with :
4343 dry_run : false
You can’t perform that action at this time.
0 commit comments