diff --git a/.github/workflows/sync-from-template.yaml b/.github/workflows/sync-from-template.yaml index 886235c..2ce69da 100644 --- a/.github/workflows/sync-from-template.yaml +++ b/.github/workflows/sync-from-template.yaml @@ -45,7 +45,7 @@ jobs: steps: # Clone the template repository - name: Check out template repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: ${{ env.REPO_TEMPLATE }} token: ${{ github.token }} @@ -59,7 +59,7 @@ jobs: # Clone the target repository. Check out a branch - name: Check out ${{ github.repository }} - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: ${{ github.repository }} token: ${{ github.token }}