Skip to content

Commit

Permalink
Update actions to use v4 checkout command
Browse files Browse the repository at this point in the history
Resolves the warning "Node.js 16 actions are deprecated. Please update
the following actions to use Node.js 20: actions/checkout@v3"
  • Loading branch information
cookieguru committed Apr 13, 2024
1 parent a0df2c5 commit 97b7f91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 97b7f91

Please sign in to comment.