Skip to content

Commit 254727d

Browse files
Update actions/setup-node action to v6
1 parent bb20b21 commit 254727d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pdf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout
1414
uses: actions/[email protected]
1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4.4.0
16+
uses: actions/setup-node@v6.0.0
1717
- name: Install Prince
1818
run: |
1919
curl https://www.princexml.com/download/prince-${{ env.PRINCE_VER }}-linux-generic-x86_64.tar.gz -O

.github/workflows/spellchecker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/[email protected]
1414

1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4.4.0
16+
uses: actions/setup-node@v6.0.0
1717
with:
1818
node-version: 18.0
1919

0 commit comments

Comments
 (0)