build(deps): bump the github-actions group with 2 updates (#278)

This commit is contained in:
dependabot[bot] 2024-04-27 10:54:51 +00:00 committed by GitHub
parent 9f552a7bec
commit 506b4d6ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -107,7 +107,7 @@ jobs:
docker rm -f img
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./out

View File

@ -32,7 +32,7 @@ jobs: # Docs: <https://git.io/JvxXE>
- uses: gacts/setup-go-with-cache@v1
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}
validate-config-file: