Skip to content

Commit

Permalink
ci: update actions/checkout to 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeidx committed May 14, 2024
1 parent 2813311 commit 04bbac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
git config --global core.eol lf
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Deno ${{ env.DENO_VERSION }}
uses: denoland/setup-deno@v1
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Deno ${{ env.DENO_VERSION }}
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit 04bbac1

Please sign in to comment.