diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8389c52..dc3a58f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 with: persist-credentials: false - uses: astral-sh/setup-uv@v6.4.1 @@ -59,7 +59,7 @@ jobs: needs: - lint steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 with: persist-credentials: false # fetch the full git history to be able to determine creation dates for pages diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 746b071..d3a8987 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4.2.2 + - uses: actions/checkout@v5.0.0 with: persist-credentials: true # fetch the full git history to be able to determine creation dates for pages