Skip to content

Commit 713a805

Browse files
committed
Update setup version
1 parent 6f9a5cf commit 713a805

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
goarch: [amd64]
2020
steps:
2121
- name: Checkout Repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v4.2.2
2323

2424
- name: Set Up Go
25-
uses: actions/setup-go@v5
25+
uses: actions/setup-go@v5.4
2626
with:
2727
go-version: "1.24" # Adjust Go version as per requirement
2828

0 commit comments

Comments
 (0)