Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/predeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Checkout branch
uses: actions/checkout@v5
- name: Setup Node.js for use with actions
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '20'
- name: Set up Python 3.12
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-template-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup Node.js for use with actions
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '20'
- name: Test Template Changes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Setup Node.js for use with actions
uses: actions/setup-node@v5
uses: actions/setup-node@v6
with:
node-version: '20'
- name: Set up Python 3.12
Expand Down