Skip to content

Commit

Permalink
chore: upgrade further actions files
Browse files Browse the repository at this point in the history
  • Loading branch information
craftamap committed Sep 7, 2024
1 parent e31dd6a commit 9b95f4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
GO111MODULE: "on"
steps:
- name: Install Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go-version }}

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Download Go modules
run: go mod download
Expand Down

0 comments on commit 9b95f4b

Please sign in to comment.