Skip to content

Commit b1ac5bf

Browse files
bump github actions to latest stable (#881)
Signed-off-by: Tyler Auerbeck <[email protected]> Co-authored-by: Tyler Auerbeck <[email protected]>
1 parent 8228262 commit b1ac5bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ jobs:
1616
steps:
1717

1818
- name: Set up Go ${{ matrix.goVer }}
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: '1.22'
2222
id: go
2323

2424
- name: Check out code into the Go module directory
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
fetch-depth: 0
2828

@@ -72,7 +72,7 @@ jobs:
7272
- name: Create a new release
7373
if: contains(github.ref, 'tags')
7474
id: create_release
75-
uses: softprops/action-gh-release@v1
75+
uses: softprops/action-gh-release@v2
7676
with:
7777
name: Release ${{ github.ref_name }}
7878
files: out/krew*

0 commit comments

Comments
 (0)