Skip to content

Commit 5c11e93

Browse files
committed
Update go.yml
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
1 parent 9039129 commit 5c11e93

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
@@ -22,10 +22,10 @@ jobs:
2222

2323
steps:
2424
- name: Checkout code
25-
uses: actions/checkout@v4.1.1
25+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
2626

2727
- name: Set up Go ${{ matrix.go_version }}
28-
uses: actions/setup-go@v5.0.0
28+
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
2929
with:
3030
go-version: ${{ matrix.go_version }}
3131

0 commit comments

Comments
 (0)