Skip to content

Commit

Permalink
builder: Update actions/checkout version to v4.
Browse files Browse the repository at this point in the history
Error:
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3
  • Loading branch information
carlodandan authored Mar 20, 2024
1 parent df5d21d commit 799c56f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-PBRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
contents: write
steps:
- name: Check Out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Display Inputs
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Recovery-Builder-TWRP.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
contents: write
steps:
- name: Check Out
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Display Inputs
run: |
Expand Down

0 comments on commit 799c56f

Please sign in to comment.