Skip to content

Commit 67ed6d7

Browse files
chore(deps): update actions/setup-node action to v6
1 parent 8208862 commit 67ed6d7

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/checkout@v4.2.2
1515
- name: Setup Node.js environment
16-
uses: actions/setup-node@v4.4.0
16+
uses: actions/setup-node@v6.1.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/checkout@v4.2.2
1414

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

0 commit comments

Comments
 (0)