Skip to content

Commit 99bbfa4

Browse files
chore(deps): bump the composites group across 1 directory with 2 updates
Bumps the composites group with 2 updates in the /golangci-lint directory: [actions/cache](https://github.com/actions/cache) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `golangci/golangci-lint-action` from 6 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6...v9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: composites - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: composites ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4eaf10d commit 99bbfa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

golangci-lint/action.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ inputs:
1414
runs:
1515
using: "composite"
1616
steps:
17-
- uses: actions/cache@v4
17+
- uses: actions/cache@v5
1818
with:
1919
path: |
2020
~/.cache/golangci-lint
2121
key: golangci-lint_${{ runner.os }}
2222
restore-keys: golangci-lint_
23-
- uses: golangci/golangci-lint-action@v6
23+
- uses: golangci/golangci-lint-action@v9
2424
with:
2525
version: ${{ inputs.version }}
2626
args: ${{ inputs.args }}

0 commit comments

Comments
 (0)