diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 552297e..90566fd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -40,7 +40,7 @@ jobs: run: corepack enable - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .node-version cache: yarn @@ -93,7 +93,7 @@ jobs: run: corepack enable - name: Setup Node - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version-file: .node-version cache: yarn diff --git a/.github/workflows/devcontainer.yaml b/.github/workflows/devcontainer.yaml index d880818..3662621 100644 --- a/.github/workflows/devcontainer.yaml +++ b/.github/workflows/devcontainer.yaml @@ -32,6 +32,6 @@ jobs: persist-credentials: false - name: Build Dev Container - uses: devcontainers/ci@8bf61b26e9c3a98f69cb6ce2f88d24ff59b785c6 # v0.3 + uses: devcontainers/ci@b63b30de439b47a52267f241112c5b453b673db5 # v0.3 with: runCmd: node --version && yarn --version && kubectl version --client && rad version