File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 outputs :
2121 go-version : ${{ steps.get-go-version.outputs.go-version }}
2222 steps :
23- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5 .2
23+ - uses : actions/checkout@v6.0 .2
2424 - name : ' Determine Go version'
2525 id : get-go-version
2626 run : |
@@ -32,19 +32,19 @@ jobs:
3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v2
35+ uses : actions/checkout@v6.0.2
3636 - name : Unshallow
3737 run : git fetch --prune --unshallow
3838 - name : Set up Go
39- uses : actions/setup-go@v2
39+ uses : actions/setup-go@v6.2.0
4040 with :
4141 go-version : ${{ needs.get-go-version.outputs.go-version }}
4242 - name : Describe plugin
4343 id : plugin_describe
4444 run : echo "api_version=$(go run . describe | jq -r '.api_version')" >> $GITHUB_OUTPUT
4545 - name : Import GPG key
4646 id : import_gpg
47- uses : crazy-max/ghaction-import-gpg@v5.0 .0
47+ uses : crazy-max/ghaction-import-gpg@v6.3 .0
4848 with :
4949 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
5050 passphrase : ${{ secrets.GPG_PASSPHRASE }}
You can’t perform that action at this time.
0 commit comments