Skip to content

Commit c6dc5ff

Browse files
Update actions/checkout action to v4
1 parent 5972462 commit c6dc5ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
go: ['1.17', '1.18']
1111
name: Go ${{ matrix.go }} run
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414
- name: Setup go
1515
uses: actions/setup-go@v3
1616
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
-
1313
name: Checkout
14-
uses: actions/checkout@v3
14+
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1515
with:
1616
fetch-depth: 0
1717
-

0 commit comments

Comments
 (0)