Skip to content

Commit e45ddfa

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9d95535 commit e45ddfa

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
outputs:
1111
matrix: ${{ steps.set-matrix.outputs.matrix }}
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414
- id: set-matrix
1515
run: |
1616
DIRECTORIES=$(find . -type d -not -path '*/\.*' | jq -R -s -c 'split("\n")[:-1]')
@@ -29,7 +29,7 @@ jobs:
2929
go-version: "stable"
3030
check-latest: true
3131
cache-dependency-path: "**/go.sum"
32-
- uses: actions/checkout@v6
32+
- uses: actions/checkout@v7
3333
- uses: golangci/golangci-lint-action@v9.2.0
3434
with:
3535
version: latest

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
check-links:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v6
12+
- uses: actions/checkout@v7
1313
with:
1414
fetch-depth: 0
1515
- uses: actions/cache@v5

0 commit comments

Comments
 (0)