Skip to content

Commit

Permalink
chore: update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Apr 13, 2024
1 parent b0bb7b1 commit 85a82f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-contracts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "Checkout code"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Check contract syntax"
uses: docker://hirosystems/clarinet:1.8.0
with:
Expand All @@ -33,6 +33,6 @@ jobs:
with:
args: test --coverage
- name: "Upload code coverage"
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
files: ./coverage.lcov

0 comments on commit 85a82f1

Please sign in to comment.