diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6a8b3c9..8e45614 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: id-token: write steps: - name: Checkout Code - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 #v5.0.0 + uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v6.0.0 with: ssh-key: ${{ secrets.RELEASE_DEPLOY_KEY }} lfs: true