mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-09 03:07:02 +00:00
Compare commits
3 commits
a5748d6fc5
...
63b70cd367
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63b70cd367 | ||
|
|
6802aad634 | ||
|
|
ab26bf2057 |
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
||||||
go-version-file: go.mod
|
go-version-file: go.mod
|
||||||
|
|
||||||
- name: Run golangci-lint
|
- name: Run golangci-lint
|
||||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
|
uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae # v6
|
||||||
with:
|
with:
|
||||||
version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
version: v1.63.4 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||||
args: --timeout 5m
|
args: --timeout 5m
|
||||||
|
|
|
||||||
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- uses: ./.github/actions/setup-mdbook
|
- uses: ./.github/actions/setup-mdbook
|
||||||
with:
|
with:
|
||||||
version: v0.4.43 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
version: v0.4.44 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||||
|
|
||||||
- name: Build Book
|
- name: Build Book
|
||||||
working-directory: docs
|
working-directory: docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue