diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bf403c60..51650454 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: check-latest: true package-manager-cache: false - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 name: Install pnpm with: run_install: | diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index a3de62d5..53f1678c 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -43,7 +43,7 @@ jobs: check-latest: true package-manager-cache: false - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 name: Install pnpm with: run_install: | @@ -51,7 +51,7 @@ jobs: args: [--no-frozen-lockfile] - args: [--global, aws-cdk, esbuild] - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 name: Install pnpm with: run_install: | @@ -105,7 +105,7 @@ jobs: check-latest: true package-manager-cache: false - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 name: Install pnpm with: run_install: | @@ -152,7 +152,7 @@ jobs: check-latest: true package-manager-cache: false - - uses: pnpm/action-setup@08c4be7e2e672a47d11bd04269e27e5f3e8529cb # v6.0.0 + - uses: pnpm/action-setup@078e9d416474b29c0c387560859308974f7e9c53 # v6.0.1 name: Install pnpm with: run_install: |