diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d4fa12ed..bcc6dc34 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f - - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 - uses: actions/cache@f4b3439a656ba812b8cb417d2d49f9c810103092 # v3.4.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d740726c..30391089 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f - - uses: actions/setup-node@3235b876344d2a9aa001b8d1453c930bba69e610 # v3.9.1 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: 22 registry-url: 'https://registry.npmjs.org' diff --git a/.github/workflows/test-storybook-v10.yml b/.github/workflows/test-storybook-v10.yml index 1ac66f60..a111b1ee 100644 --- a/.github/workflows/test-storybook-v10.yml +++ b/.github/workflows/test-storybook-v10.yml @@ -28,7 +28,7 @@ jobs: run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 diff --git a/.github/workflows/test-storybook-v7.yml b/.github/workflows/test-storybook-v7.yml index e2262803..2f778cd2 100644 --- a/.github/workflows/test-storybook-v7.yml +++ b/.github/workflows/test-storybook-v7.yml @@ -29,7 +29,7 @@ jobs: run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} - run: ./prepare-storybook-tests.sh 7 diff --git a/.github/workflows/test-storybook-v8.yml b/.github/workflows/test-storybook-v8.yml index fa753bdc..5f5565bb 100644 --- a/.github/workflows/test-storybook-v8.yml +++ b/.github/workflows/test-storybook-v8.yml @@ -29,7 +29,7 @@ jobs: run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} - run: ./prepare-storybook-tests.sh 8 diff --git a/.github/workflows/test-storybook-v9.yml b/.github/workflows/test-storybook-v9.yml index ca372580..5789d464 100644 --- a/.github/workflows/test-storybook-v9.yml +++ b/.github/workflows/test-storybook-v9.yml @@ -28,7 +28,7 @@ jobs: run: exit 1 if: ${{ github.event_name == 'workflow_dispatch' && steps.regex-match.outputs && steps.regex-match.outputs.match == '' }} - uses: actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f - - uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node }} - run: ./prepare-storybook-tests.sh 9