diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dc8525..68766d7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: contents: read steps: - name: Check out repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false @@ -43,7 +43,7 @@ jobs: steps: - name: Check out repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: persist-credentials: false