diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f061863..4549cc3 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -24,7 +24,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - name: Checkout 🛎 - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Configure Git Credentials 🏗