Skip to content

Commit 373bfe7

Browse files
committed
chore(ci): bump github actions and lock them to their commit sha1
1 parent 6804efc commit 373bfe7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
matrix:
99
go-version: [ '1.22', '1.23' ]
1010
steps:
11-
- uses: actions/checkout@v1
11+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1212
- name: Set up Go ${{ matrix.go-version }}
13-
uses: actions/setup-go@v1
13+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
1414
with:
1515
go-version: ${{ matrix.go-version }}
1616
- name: Run tests
@@ -22,9 +22,9 @@ jobs:
2222
matrix:
2323
go-version: [ '1.22', '1.23' ]
2424
steps:
25-
- uses: actions/checkout@v1
25+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Set up Go ${{ matrix.go-version }}
27-
uses: actions/setup-go@v1
27+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
2828
with:
2929
go-version: ${{ matrix.go-version }}
3030
- name: Run tests

0 commit comments

Comments
 (0)