Skip to content

Commit 6fc0f46

Browse files
[skip-ci] Update actions/checkout action to v4
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a58206d commit 6fc0f46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version: '1.21'
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- uses: actions/cache@v3
1818
with:
1919
path: |
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-go@v4
3535
with:
3636
go-version: '1.21'
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v4
3838
- uses: actions/cache@v3
3939
with:
4040
path: |

0 commit comments

Comments
 (0)