From 383485abbe370fc686e397e0a66555ae96a1b70b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 22:29:50 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v4 --- .github/workflows/release.yml | 2 +- .github/workflows/test.yml | 2 +- fetch/action.yml | 2 +- report/action.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2d8695d..20df441 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a7ce54..1705577 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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 diff --git a/fetch/action.yml b/fetch/action.yml index 3d6f2ad..e27f101 100644 --- a/fetch/action.yml +++ b/fetch/action.yml @@ -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 diff --git a/report/action.yml b/report/action.yml index 2e89eb8..5ef76f2 100644 --- a/report/action.yml +++ b/report/action.yml @@ -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