diff --git a/.github/workflows/sync-test-fixtures.yml b/.github/workflows/sync-test-fixtures.yml index fb8af2f..881df7d 100644 --- a/.github/workflows/sync-test-fixtures.yml +++ b/.github/workflows/sync-test-fixtures.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Sync fixtures run: | TMP_DIR=$(mktemp -d)