diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 126cd2e7..59ba2695 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Git checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Calculate short SHA uses: benjlevesque/short-sha@v4.0 diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 62b64fc2..91baa2e8 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Make sure the actual branch is checked out when running on pull requests ref: ${{ github.ref }}