Skip to content

Commit

Permalink
ci: update pull request workflow (#67)
Browse files Browse the repository at this point in the history
`actions/checkout@v3` is deprecated in favor of the next version.
  • Loading branch information
ps-kwang authored Apr 9, 2024
1 parent f6e1d90 commit 96c9363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 96c9363

Please sign in to comment.