Skip to content

Commit 1b0efae

Browse files
author
Dean Karn
committed
CI updates
1 parent 40002ad commit 1b0efae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
runs-on: ${{ matrix.os }}
2929
steps:
3030
- name: Install Go
31-
uses: actions/setup-go@v2
31+
uses: actions/setup-go@v3
3232
with:
3333
go-version: ${{ matrix.go-version }}
3434

3535
- name: Checkout code
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v3
3737

3838
- name: Restore cache
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ~/go/pkg/mod
4242
key: ${{ runner.os }}-v1-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)