Skip to content

Commit

Permalink
Merge pull request #48 from foomo/dependabot/github_actions/github-ac…
Browse files Browse the repository at this point in the history
…tions-a8d1d1367e

chore(deps): bump the github-actions group across 1 directory with 2 updates
  • Loading branch information
franklinkim authored Nov 11, 2024
2 parents ecb6325 + 7ab2de3 commit d995dad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
app_id: ${{ secrets.TOKEN_APP_ID }}
private_key: ${{ secrets.TOKEN_APP_PRIVATE_KEY }}

- uses: goreleaser/goreleaser-action@v5
- uses: goreleaser/goreleaser-action@v6
with:
version: latest
args: release --clean
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
make tidy
git diff --exit-code
- uses: golangci/golangci-lint-action@v5
- uses: golangci/golangci-lint-action@v6

- name: Run tests
run: make test
Expand Down

0 comments on commit d995dad

Please sign in to comment.