Skip to content

Commit f475220

Browse files
committed
workflows/test: Bump version of setup & checkout actions
This will correct the following warning: "Node.js 16 actions are deprecated."
1 parent 57375e0 commit f475220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
11-
- uses: actions/setup-go@v3
11+
- uses: actions/setup-go@v5
1212
with:
1313
go-version: ${{ matrix.go-version }}
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
- name: Build
1717
run: |

0 commit comments

Comments
 (0)