diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20b23d2..35ea1b9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: private-key: ${{ secrets.BOT_APP_PRIVATE_KEY }} - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6 + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 with: ref: ${{ github.event.workflow_run.head_sha }} fetch-depth: 0