Skip to content

Commit 96c9363

Browse files
authored
ci: update pull request workflow (#67)
`actions/checkout@v3` is deprecated in favor of the next version.
1 parent f6e1d90 commit 96c9363

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818

1919
- name: Setup Deno
2020
uses: denoland/setup-deno@v1

0 commit comments

Comments
 (0)