Skip to content

Commit 38ac0dc

Browse files
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [actions/setup-python](https://github.com/actions/setup-python). Updates `golangci/golangci-lint-action` from 7 to 9 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v7...v9) Updates `actions/setup-python` from 6 to 7 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v6...v7) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: golangci/golangci-lint-action dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1708f3d commit 38ac0dc

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
# convenience, which would silently patch files in CI instead of
123123
# failing the build. The action also gives caching and inline PR
124124
# annotations `make lint` doesn't.
125-
uses: golangci/golangci-lint-action@v7
125+
uses: golangci/golangci-lint-action@v9
126126
with:
127127
version: v${{ env.GOLANGCILINT_VERSION }}
128128
args: --timeout=10m --max-same-issues=0 --max-issues-per-linter=0

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
persist-credentials: false
3737

3838
- name: Setup Python
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@v7
4040
with:
4141
python-version: 3.x
4242

0 commit comments

Comments
 (0)