mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-09 03:07:02 +00:00
Compare commits
No commits in common. "0ad9250a6a36b48122b6fb9b147d7a3044758a84" and "05b492fa0e0c55ef5b9024a10efde02a1e5dc1b1" have entirely different histories.
0ad9250a6a
...
05b492fa0e
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -20,7 +20,7 @@ jobs:
|
|||
- name: Run golangci-lint
|
||||
uses: golangci/golangci-lint-action@971e284b6050e8a5849b72094c50ab08da042db8 # v6
|
||||
with:
|
||||
version: v1.62.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
version: v1.62.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
args: --timeout 5m
|
||||
|
||||
test:
|
||||
|
|
|
|||
2
.github/workflows/docs.yaml
vendored
2
.github/workflows/docs.yaml
vendored
|
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
- uses: ./.github/actions/setup-mdbook
|
||||
with:
|
||||
version: v0.4.43 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||
version: v0.4.42 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||
|
||||
- name: Build Book
|
||||
working-directory: docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue