Skip to content

Commit 1745674

Browse files
committed
fix: Node deprecation warning
* Fix the Node deprecation warning by bumping the `actions/checkout` to v4. * Fixes #3. Signed-off-by: mr.Shu <[email protected]>
1 parent 54e4f55 commit 1745674

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ runs:
3131
using: "composite"
3232
steps:
3333
- name: Checkout Action GitHub Repo
34-
uses: actions/checkout@v2
34+
uses: actions/checkout@v4
3535
with:
3636
repository: 'nateraw/spaces-action'
3737
path: cloned_hf_action_repo
3838

3939
- name: Checkout Source GitHub Repo to Push
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v4
4141
with:
4242
repository: '${{ inputs.github_repo_id }}'
4343
# Relative path under $GITHUB_WORKSPACE to place the repository

0 commit comments

Comments
 (0)