Skip to content

Commit

Permalink
fix: bump checkout and setup-go actions
Browse files Browse the repository at this point in the history
Authored-by: Steve Taylor <[email protected]>
  • Loading branch information
staylor14 committed Apr 5, 2023
1 parent 5146028 commit 9054b01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
-
name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: '1.20'

-
name: Build
Expand Down

0 comments on commit 9054b01

Please sign in to comment.