Skip to content

Commit 635eb3c

Browse files
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) and [robinraju/release-downloader](https://github.com/robinraju/release-downloader). Updates `golangci/golangci-lint-action` from 6.2.0 to 6.5.0 - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](golangci/golangci-lint-action@v6.2.0...v6.5.0) Updates `robinraju/release-downloader` from 1.11 to 1.12 - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](robinraju/release-downloader@v1.11...v1.12) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent bea24c0 commit 635eb3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
with:
3232
go-version: "~1.22"
3333
- name: golangci-lint
34-
uses: golangci/golangci-lint-action@v6.2.0
34+
uses: golangci/golangci-lint-action@v7.0.0
3535
with:
3636
version: v1.58.0

Diff for: .github/workflows/publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22-
- uses: robinraju/release-downloader@v1.11
22+
- uses: robinraju/release-downloader@v1.12
2323
with:
2424
repository: "coder/code-marketplace"
2525
tag: ${{ github.event.inputs.version || github.ref_name }}

0 commit comments

Comments
 (0)