Skip to content

Commit

Permalink
use actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed May 17, 2024
1 parent 499661c commit d8f191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: denoland/setup-deno@v1
- run: deno fmt --check

0 comments on commit d8f191c

Please sign in to comment.