diff --git a/.github/workflows/bun-typical.yml b/.github/workflows/bun-typical.yml index e271371..1d40b57 100644 --- a/.github/workflows/bun-typical.yml +++ b/.github/workflows/bun-typical.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Setup Bun 📦️ uses: oven-sh/setup-bun@a1800f471a0bc25cddac36bb13e6f436ddf341d7 # v1 diff --git a/.github/workflows/gcp-container-typical.yml b/.github/workflows/gcp-container-typical.yml index e8fb32c..102526e 100644 --- a/.github/workflows/gcp-container-typical.yml +++ b/.github/workflows/gcp-container-typical.yml @@ -86,7 +86,7 @@ jobs: fi - name: Checkout 🛎️ - uses: actions/checkout@v4 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Authenticate with Google 🔑 if: ${{ inputs.push-to-registry == true }} diff --git a/.github/workflows/pnpm-typical.yml b/.github/workflows/pnpm-typical.yml index f372a19..e6ecad0 100644 --- a/.github/workflows/pnpm-typical.yml +++ b/.github/workflows/pnpm-typical.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - name: Setup pnpm 📦️ uses: pnpm/action-setup@v2