Skip to content

Commit ea511ce

Browse files
committed
update beta_deploy.yml checkout action to v5 - node24-based.
1 parent 2ddf95a commit ea511ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/beta_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
node-version: 22.22.x
2424
- name: Checkout your repository using git
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626
- name: Install dependencies
2727
run: npm ci
2828
- name: Build website

0 commit comments

Comments
 (0)