diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab9056d..ca050c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,7 +75,7 @@ jobs: bundler-cache: true - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -169,7 +169,7 @@ jobs: bundler-cache: true - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -240,7 +240,7 @@ jobs: uses: actions/checkout@v7 - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -311,7 +311,7 @@ jobs: bundler-cache: true - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 6f7a8e5..65a1686 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -84,7 +84,7 @@ jobs: bundler-cache: true - name: Set up Node ${{ env.NODE_VERSION }} - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index acee8c9..9147fa8 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -55,7 +55,7 @@ jobs: with: ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -102,7 +102,7 @@ jobs: with: ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -142,7 +142,7 @@ jobs: with: ruby-version: ${{ env.RUBY_VERSION }} bundler-cache: true - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -154,7 +154,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v7 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} - run: yarn install --frozen-lockfile diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b28e74e..3836622 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -121,7 +121,7 @@ jobs: bundler-cache: true - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '22' cache: yarn @@ -164,7 +164,7 @@ jobs: - uses: actions/checkout@v7 - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '22' cache: yarn @@ -234,7 +234,7 @@ jobs: bundler-cache: true - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: '22' cache: yarn diff --git a/.github/workflows/sast.yml b/.github/workflows/sast.yml index 0f8e373..df672a2 100644 --- a/.github/workflows/sast.yml +++ b/.github/workflows/sast.yml @@ -72,7 +72,7 @@ jobs: - name: Set up Node (for CodeQL JS extraction) if: matrix.language == 'javascript' - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn @@ -258,7 +258,7 @@ jobs: uses: actions/checkout@v4 - name: Set up Node - uses: actions/setup-node@v4 + uses: actions/setup-node@v7 with: node-version: ${{ env.NODE_VERSION }} cache: yarn