ci: Update GH actions (no-changelog) (#8453)
This commit is contained in:
committed by
GitHub
parent
5981263b73
commit
e5514793f6
6
.github/workflows/test-workflows.yml
vendored
6
.github/workflows/test-workflows.yml
vendored
@@ -13,12 +13,12 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3.5.3
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
path: n8n
|
||||
|
||||
- name: Checkout workflows repo
|
||||
uses: actions/checkout@v3.5.3
|
||||
uses: actions/checkout@v4.1.1
|
||||
with:
|
||||
repository: n8n-io/test-workflows
|
||||
path: test-workflows
|
||||
@@ -27,7 +27,7 @@ jobs:
|
||||
with:
|
||||
package_json_file: n8n/package.json
|
||||
|
||||
- uses: actions/setup-node@v3.7.0
|
||||
- uses: actions/setup-node@v4.0.1
|
||||
with:
|
||||
node-version: 18.x
|
||||
cache: 'pnpm'
|
||||
|
||||
Reference in New Issue
Block a user