mirror of
https://github.com/tarampampam/error-pages.git
synced 2024-08-30 18:22:40 +00:00
build(deps): bump the github-actions group with 2 updates (#278)
This commit is contained in:
parent
9f552a7bec
commit
506b4d6ab5
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -107,7 +107,7 @@ jobs:
|
|||||||
docker rm -f img
|
docker rm -f img
|
||||||
|
|
||||||
- name: Deploy to GitHub Pages
|
- name: Deploy to GitHub Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v4
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
publish_dir: ./out
|
publish_dir: ./out
|
||||||
|
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@ -32,7 +32,7 @@ jobs: # Docs: <https://git.io/JvxXE>
|
|||||||
- uses: gacts/setup-go-with-cache@v1
|
- uses: gacts/setup-go-with-cache@v1
|
||||||
with: {go-version-file: go.mod}
|
with: {go-version-file: go.mod}
|
||||||
|
|
||||||
- uses: golangci/golangci-lint-action@v4
|
- uses: golangci/golangci-lint-action@v5
|
||||||
with: {skip-pkg-cache: true, skip-build-cache: true}
|
with: {skip-pkg-cache: true, skip-build-cache: true}
|
||||||
|
|
||||||
validate-config-file:
|
validate-config-file:
|
||||||
|
Loading…
Reference in New Issue
Block a user