Skip to content

Commit a418043

Browse files
chore(deps): update actions/setup-node action to v5 (#578)
1 parent 9cfb5c6 commit a418043

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_deploy_docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
token: ${{ secrets.APIFY_SERVICE_ACCOUNT_GITHUB_TOKEN }}
2828

2929
- name: Set up Node
30-
uses: actions/setup-node@v4
30+
uses: actions/setup-node@v5
3131
with:
3232
node-version: ${{ env.NODE_VERSION }}
3333
cache: npm

0 commit comments

Comments
 (0)