diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ac4fbbb..6397a38 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" with: submodules: true - - uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d" + - uses: "pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2" with: version: "latest" - uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8" diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3a9e56b..70aab50 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -17,7 +17,7 @@ jobs: - uses: "actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332" with: submodules: true - - uses: "pnpm/action-setup@a3252b78c470c02df07e9d59298aecedc3ccdd6d" + - uses: "pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2" with: version: "latest" - uses: "actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8"