Skip to content

Commit 8d719d2

Browse files
chore(deps): update actions/checkout action to v6
1 parent 8772186 commit 8d719d2

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
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
go: [ '1.22', '1.23' ]
1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- uses: actions/setup-go@v5
1919
with:
2020
go-version: ${{ matrix.go }}

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717
- uses: actions/setup-node@v4
1818
with:
1919
node-version: '18'

0 commit comments

Comments
 (0)