diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 18b4681..03c2936 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: steps: # 1. Checkout the repository content - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: # Required to fetch history for deployment action fetch-depth: 0