Skip to content

Commit 8f2c6bc

Browse files
Update actions/setup-node action to v6
1 parent eace2e4 commit 8f2c6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diffy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# ${{ env.CACHE_VERSION}}-${{ runner.os }}-base-${{ hashFiles('scripts/setup.sh') }}-${{ hashFiles('scripts.diffy.sh') }}
3737
- name: Use Node.js
3838
# if: steps.base-diff.outputs.cache-hit != 'true'
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: 20
4242
- name: Install diff2html

0 commit comments

Comments
 (0)