File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ runs:
1515 echo "go-build=$(go env GOCACHE)" >> $GITHUB_OUTPUT
1616 echo "go-mod=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
1717 - name : Go Mod Cache
18- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
18+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
1919 with :
2020 path : ${{ steps.go-cache-paths.outputs.go-mod }}
2121 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
2222 restore-keys : |
2323 ${{ runner.os }}-go-mod-
2424 - name : Go Build Cache
25- uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
25+ uses : actions/cache@caa296126883cff596d87d8935842f9db880ef25 # v5
2626 with :
2727 path : ${{ steps.go-cache-paths.outputs.go-build }}
2828 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.sum') }}
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
17+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1818
1919 - name : Set up Docker Buildx
2020 uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3
Original file line number Diff line number Diff line change 2525 password : ${{ secrets.github_token }}
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
28+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
2929 with :
3030 ref : ${{ github.event.pull_request.head.sha }}
3131
Original file line number Diff line number Diff line change 1313 goreleaser :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
16+ - uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5
1717 with :
1818 fetch-depth : 0
1919 - run : git fetch --force --tags
Original file line number Diff line number Diff line change 1111 if : github.repository == 'SovereignCloudStack/csctl'
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
14+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
1515
1616 - name : Generate Token
1717 uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 steps :
3232 - name : Checkout
33- uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
33+ uses : actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5.1.0
3434
3535 - name : Generate Token
3636 uses : tibdex/github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a # v2
You can’t perform that action at this time.
0 commit comments