Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 14, 2025
1 parent 242b979 commit 383485a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
token-bureau-url: https://token-bureau.fabrique.social.gouv.fr
audience: socialgouv
- uses: actions/checkout@master
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14.x"
- name: Semantic Release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14.x"
- name: Test fetch
Expand Down
2 changes: 1 addition & 1 deletion fetch/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14"
- name: Build
Expand Down
2 changes: 1 addition & 1 deletion report/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
runs:
using: "composite"
steps:
- uses: actions/setup-node@v2
- uses: actions/setup-node@v4
with:
node-version: "14"
- name: Build
Expand Down

0 comments on commit 383485a

Please sign in to comment.