Skip to content

Commit

Permalink
Bump action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Sep 29, 2024
1 parent b602241 commit 9641172
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:

steps:
- name: Set up Go 1.13
uses: actions/setup-go@v1
uses: actions/setup-go@v5
with:
go-version: 1.13
id: go

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

- name: Download dependencies
run: |
Expand Down

0 comments on commit 9641172

Please sign in to comment.