mirror of
https://github.com/apricote/releaser-pleaser.git
synced 2026-02-08 18:57:03 +00:00
Compare commits
4 commits
d9d908e20d
...
b737932c4a
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b737932c4a | ||
|
|
0ad9250a6a | ||
|
|
25c6cffa76 | ||
|
|
4b43995201 |
2 changed files with 3 additions and 3 deletions
4
.github/workflows/ci.yaml
vendored
4
.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.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
version: v1.62.2 # renovate: datasource=github-releases depName=golangci/golangci-lint
|
||||
args: --timeout 5m
|
||||
|
||||
test:
|
||||
|
|
@ -38,7 +38,7 @@ jobs:
|
|||
run: go test -v -race -coverpkg=./... -coverprofile=coverage.txt ./...
|
||||
|
||||
- name: Upload results to Codecov
|
||||
uses: codecov/codecov-action@288befbd1044bd1756afb0bdae077549e0ddb31f # v5
|
||||
uses: codecov/codecov-action@015f24e6818733317a2da2edd6290ab26238649a # v5
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
|
||||
|
|
|
|||
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.42 # renovate: datasource=github-releases depName=rust-lang/mdbook
|
||||
version: v0.4.43 # 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