We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2aa96 commit d4b4ceaCopy full SHA for d4b4cea
.github/workflows/lint.yaml
@@ -31,6 +31,6 @@ jobs:
31
with:
32
go-version: "~1.22"
33
- name: golangci-lint
34
- uses: golangci/golangci-lint-action@v6.2.0
+ uses: golangci/golangci-lint-action@v7.0.0
35
36
version: v1.58.0
.github/workflows/publish.yaml
@@ -19,7 +19,7 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- uses: actions/checkout@v4
22
- - uses: robinraju/release-downloader@v1.11
+ - uses: robinraju/release-downloader@v1.12
23
24
repository: "coder/code-marketplace"
25
tag: ${{ github.event.inputs.version || github.ref_name }}
0 commit comments