Skip to content

Commit

Permalink
chore: update actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bombillazo committed Feb 2, 2024
1 parent 128394a commit 5e05e45
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Deno
uses: denoland/setup-deno@v1
with:
deno-version: 1.26.2
deno-version: v1.x

- name: Format
run: deno fmt --check
Expand All @@ -37,7 +37,7 @@ jobs:

- name: Run tests without typechecking
id: no_typecheck
uses: mathiasvr/command-output@v1
uses: mathiasvr/command-output@v2
with:
run: docker-compose run no_check_tests
continue-on-error: true
Expand All @@ -56,7 +56,7 @@ jobs:
steps:
- name: Set no-typecheck fail comment
if: ${{ needs.test.outputs.no_typecheck_status != 'success' && github.event_name == 'push' }}
uses: peter-evans/commit-comment@v1
uses: peter-evans/commit-comment@v3
with:
body: |
# No typecheck tests failure
Expand Down

0 comments on commit 5e05e45

Please sign in to comment.