Skip to content

Commit 34ce8b1

Browse files
authored
ci/cd: update setup-go action version
1 parent 0e3378b commit 34ce8b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v3
2020

2121
- name: Set up Go
22-
uses: actions/setup-go@v4
22+
uses: actions/setup-go@v5
2323
with:
2424
go-version: '1.22.1'
2525

@@ -30,7 +30,7 @@ jobs:
3030
strip hyprnotify
3131
3232
- name: Upload a Build Artifact
33-
uses: actions/upload-artifact@v4.3.1
33+
uses: actions/upload-artifact@v4
3434
with:
3535
name: hyprnotify
3636
path: hyprnotify

0 commit comments

Comments
 (0)