Merge pull request #1123 from jellyfin/renovate/ci-deps
Some checks failed
build / Build (push) Failing after 1s
build / Deploy to GitHub Pages (push) Has been skipped
build / Deploy to Cloudflare Pages (push) Has been skipped
lint / Lint TypeScript/JavaScript (push) Failing after 1s
lint / Lint Markdown (push) Failing after 1s
test / Test URLs (test:blog-urls) (push) Failing after 1s
test / Test URLs (test:docs-urls) (push) Failing after 1s
test / Test URLs (test:web-urls) (push) Failing after 1s

Update actions/setup-node action to v4.0.4
This commit is contained in:
felix920506 2024-09-20 20:42:28 +08:00 committed by GitHub
commit e47833a223
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
with: with:
ref: ${{ github.event.pull_request.head.sha || github.sha }} ref: ${{ github.event.pull_request.head.sha || github.sha }}
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with: with:
cache: npm cache: npm
node-version: 20 node-version: 20

View File

@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with: with:
node-version: 20 node-version: 20
check-latest: true check-latest: true

View File

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Set up Node.js - name: Set up Node.js
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3 uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
with: with:
node-version: 20 node-version: 20
check-latest: true check-latest: true