Skip to content

Commit 1171915

Browse files
committed
use actions/checkout@v4
v3 results in the warning "Node.js 16 actions are deprecated."
1 parent 1dc5263 commit 1171915

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414

1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717

1818
- name: Install Dependencies
1919
run: |

0 commit comments

Comments
 (0)