Skip to content

Commit

Permalink
[Github Actions] actions/checkout@v3 should be upgraded to v4 denolan…
Browse files Browse the repository at this point in the history
  • Loading branch information
bjesuiter committed Jan 28, 2024
1 parent 34c875c commit bddf6e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/latest/concepts/ahead-of-time-builds.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Deno
uses: denoland/setup-deno@v1
Expand Down
2 changes: 1 addition & 1 deletion src/dev/imports.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
steps:
- name: Clone repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Deno
uses: denoland/setup-deno@v1
Expand Down

0 comments on commit bddf6e3

Please sign in to comment.