Skip to content

Commit 963f021

Browse files
committed
chg: CI update actions
1 parent 867dbb6 commit 963f021

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)