Skip to content

Commit

Permalink
ci/cd: update setup-go action version
Browse files Browse the repository at this point in the history
  • Loading branch information
codelif authored Sep 26, 2024
1 parent 0e3378b commit 34ce8b1
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 @@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v4
uses: actions/setup-go@v5
with:
go-version: '1.22.1'

Expand All @@ -30,7 +30,7 @@ jobs:
strip hyprnotify
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: hyprnotify
path: hyprnotify
Expand Down

0 comments on commit 34ce8b1

Please sign in to comment.