Skip to content

Commit 14f85d5

Browse files
Bump the gh-action-major group across 1 directory with 2 updates
Bumps the gh-action-major group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `golangci/golangci-lint-action` from 8.0.0 to 9.1.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v8.0.0...v9.1.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-action-major - dependency-name: golangci/golangci-lint-action dependency-version: 9.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-action-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 67cb5fa commit 14f85d5

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/golangci-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
repositories: "golambda,go-alb-proxy,go-kms-signer,go-slogctx"
2525

2626
- name: Checkout Source
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828
with:
2929
submodules: recursive
3030
token: ${{ steps.generate_token.outputs.token }}
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
git config --global url.https://x-access-token:$GITHUB_TOKEN@github.com/.insteadOf https://github.com/
4141
- name: golangci-lint
42-
uses: golangci/golangci-lint-action@v8.0.0
42+
uses: golangci/golangci-lint-action@v9.1.0
4343
with:
4444
version: latest
4545
args: --timeout=5m

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
if: github.actor != 'dependabot[bot]'
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
with:
1010
fetch-depth: 0
1111

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
repositories: "golambda,go-alb-proxy,go-kms-signer,go-slogctx"
1616

1717
- name: Checkout Source
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
with:
2020
submodules: recursive
2121
token: ${{ steps.generate_token.outputs.token }}

0 commit comments

Comments
 (0)