mirror of
https://github.com/dokku/dokku.git
synced 2026-07-16 16:57:11 +02:00
Merge pull request #8839 from dokku/dependabot/github_actions/actions/setup-node-7
CodeQL / Analyze (go) (push) Has been cancelled
lint / shfmt (push) Has been cancelled
CI / check-commit (push) Has been cancelled
lint / yamllint (push) Has been cancelled
docs / deploy (push) Has been cancelled
lint / hadolint (push) Has been cancelled
lint / markdown-lint (push) Has been cancelled
lint / packer (push) Has been cancelled
lint / shellcheck (push) Has been cancelled
CI / publish-test-results (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-image.linux/amd64 (push) Has been cancelled
CI / build-image.linux/arm64 (push) Has been cancelled
CI / unit.${{ matrix.index }} (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / go.0 (push) Has been cancelled
CI / go.1 (push) Has been cancelled
CI / go.2 (push) Has been cancelled
CI / go.3 (push) Has been cancelled
CodeQL / Analyze (go) (push) Has been cancelled
lint / shfmt (push) Has been cancelled
CI / check-commit (push) Has been cancelled
lint / yamllint (push) Has been cancelled
docs / deploy (push) Has been cancelled
lint / hadolint (push) Has been cancelled
lint / markdown-lint (push) Has been cancelled
lint / packer (push) Has been cancelled
lint / shellcheck (push) Has been cancelled
CI / publish-test-results (push) Has been cancelled
CI / build (push) Has been cancelled
CI / build-image.linux/amd64 (push) Has been cancelled
CI / build-image.linux/arm64 (push) Has been cancelled
CI / unit.${{ matrix.index }} (push) Has been cancelled
CI / docker (push) Has been cancelled
CI / go.0 (push) Has been cancelled
CI / go.1 (push) Has been cancelled
CI / go.2 (push) Has been cancelled
CI / go.3 (push) Has been cancelled
chore(deps): bump actions/setup-node from 6 to 7
This commit is contained in:
@@ -32,7 +32,7 @@ jobs:
|
||||
- name: Clone
|
||||
uses: actions/checkout@v7
|
||||
- name: Setup node
|
||||
uses: actions/setup-node@v6
|
||||
uses: actions/setup-node@v7
|
||||
with:
|
||||
node-version: '20'
|
||||
cache: 'npm'
|
||||
|
||||
Reference in New Issue
Block a user