Skip to content

Commit

Permalink
Merge pull request #13 from arcalot/renovate/all
Browse files Browse the repository at this point in the history
Pin dependencies
  • Loading branch information
dustinblack authored Feb 19, 2024
2 parents 0810022 + 53c5dd3 commit 2c71e5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: v1.55.2
test:
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
go tool cover -func /tmp/coverage.out
echo "::endgroup::"
- name: Upload test log
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always()
with:
name: test-results
Expand Down

0 comments on commit 2c71e5e

Please sign in to comment.