Skip to content

Commit 63140f5

Browse files
chris-batemanChrisPates
authored andcommitted
Update main.yml
Update actions/checkout from v2 to v3 to resolve node EOL issue. Update actions/setup-go from v2 to v4 for improved Go features
1 parent 98435c9 commit 63140f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Check out code into the Go module directory
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v3
2020

2121
- name: Setup go
22-
uses: actions/setup-go@v2
22+
uses: actions/setup-go@v4
2323
with:
2424
go-version: '1.20.x'
2525

0 commit comments

Comments
 (0)