Skip to content

Commit

Permalink
build(deps): bump the github-actions group with 2 updates (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 27, 2024
1 parent 9f552a7 commit 506b4d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -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:
Expand Down

0 comments on commit 506b4d6

Please sign in to comment.