diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 00cb057cd93..a20d219d0fe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -52,7 +52,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Cache node modules - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: cache: yarn - name: Install node modules @@ -96,7 +96,7 @@ jobs: cp config/github.database.yml config/database.yml cp config/example.storage.yml config/storage.yml - name: Cache node modules - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: cache: yarn - name: Install node modules diff --git a/.github/workflows/ohm-tests.yml b/.github/workflows/ohm-tests.yml index ed3d886b382..c1200b9aef4 100644 --- a/.github/workflows/ohm-tests.yml +++ b/.github/workflows/ohm-tests.yml @@ -28,7 +28,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Cache node modules - uses: actions/setup-node@v4 + uses: actions/setup-node@v6 with: cache: yarn - name: Install packages diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 634a7145c34..d991bdc0321 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -27,7 +27,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Cache node modules - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0 with: cache: yarn - name: Install packages