Skip to content

Commit

Permalink
Bump Actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
kulinacs committed Sep 5, 2024
1 parent 2ba1be3 commit d899ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: windows-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.22
- name: Setup msys2
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Build shelidate
run: go build -o shelidate.exe ./cmd/...
- name: Upload Shelidate
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: Shelidate
path: shelidate.exe
Expand Down

0 comments on commit d899ca9

Please sign in to comment.