Skip to content

Commit 3a6e80c

Browse files
chore(deps): update actions/checkout action to v7
1 parent 7df8e28 commit 3a6e80c

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
go: [ '1.24', '1.25', '1.26' ]
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
- uses: actions/setup-go@v6
2323
with:
2424
go-version: ${{ matrix.go }}

.github/workflows/codecov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Pull requests from the same repository won't trigger this checks as they were already triggered by the push
1616
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v6

.github/workflows/race.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# Pull requests from the same repository won't trigger this checks as they were already triggered by the push
1616
if: (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
1717
steps:
18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Set up Go
2121
uses: actions/setup-go@v6

.github/workflows/renovate.yml

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

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121
- uses: actions/setup-node@v6
2222
with:
2323
node-version: '22'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
go-version: ['1.24', '1.25', '1.26']
2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222

2323
- name: Set up Go ${{ matrix.go-version }}
2424
uses: actions/setup-go@v6

0 commit comments

Comments
 (0)