Skip to content

Commit f592506

Browse files
committed
update actions/checkout
1 parent d2a6e09 commit f592506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deno.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

1616
steps:
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- uses: denoland/setup-deno@v1
1919
- run: deno fmt --check
2020
- run: deno lint

0 commit comments

Comments
 (0)