Skip to content

Commit ec0fdbc

Browse files
authoredMar 7, 2024··
chore: update GH checkout action (#50)
1 parent ced1fe0 commit ec0fdbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint-and-format:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1414
- uses: denoland/setup-deno@v1
1515
- run: deno fmt --check
1616
# TODO

0 commit comments

Comments
 (0)
Please sign in to comment.