1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Bump actions/setup-node from 4 to 5

Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 5.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2025-09-08 02:02:19 +00:00 committed by GitHub
parent ce364e0945
commit 29cb3bce84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

View file

@ -31,7 +31,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install Node" - name: "Install Node"
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: 'yarn' cache: 'yarn'

View file

@ -55,7 +55,7 @@ jobs:
ini-values: "date.timezone=Europe/Paris" ini-values: "date.timezone=Europe/Paris"
- name: "Install Node" - name: "Install Node"
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: 'yarn' cache: 'yarn'
@ -130,7 +130,7 @@ jobs:
ini-values: "date.timezone=Europe/Paris" ini-values: "date.timezone=Europe/Paris"
- name: "Install Node" - name: "Install Node"
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: 'yarn' cache: 'yarn'
@ -201,7 +201,7 @@ jobs:
ini-values: "date.timezone=Europe/Paris" ini-values: "date.timezone=Europe/Paris"
- name: "Install Node" - name: "Install Node"
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: 'yarn' cache: 'yarn'

View file

@ -30,7 +30,7 @@ jobs:
COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }} COMPOSER_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: "Install Node" - name: "Install Node"
uses: actions/setup-node@v4 uses: actions/setup-node@v5
with: with:
node-version-file: ".nvmrc" node-version-file: ".nvmrc"
cache: "yarn" cache: "yarn"