Skip to content

Commit 4f4c30c

Browse files
chore(deps): update all
1 parent b0e60df commit 4f4c30c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ jobs:
1515
os: [ubuntu-latest, macos-latest, windows-latest]
1616
steps:
1717
- name: Set up Go 1.x
18-
uses: actions/setup-go@v4
18+
uses: actions/setup-go@v5
1919
with:
2020
go-version: stable
2121
id: go
2222

2323
- name: Check out code into the Go module directory
24-
uses: actions/checkout@v2
24+
uses: actions/checkout@v4
2525

2626
- name: Install make (Windows)
2727
if: runner.os == 'Windows'

0 commit comments

Comments
 (0)