Merge pull request #124 from Wikid82/renovate/actions-setup-node-5.x

chore(deps): update actions/setup-node action to v5
This commit is contained in:
Jeremy
2025-11-19 20:05:09 -05:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
if: github.actor != 'github-actions[bot]' && github.event.pusher != null
steps:
- name: Set up Node (for github-script)
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
with:
node-version: '18.20.8'