Skip to content

Commit

Permalink
Update action versions
Browse files Browse the repository at this point in the history
Update setup-go -> v4
Update checkout -> v4
  • Loading branch information
hanskuhn authored Sep 29, 2023
1 parent a81a5ab commit d07634d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ jobs:
steps:

- name: Set up Go 1.20
uses: actions/setup-go@v1
uses: actions/setup-go@v4
with:
go-version: '1.20'
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1
uses: actions/checkout@v4

- name: Get dependencies
run: |
Expand Down

0 comments on commit d07634d

Please sign in to comment.