From ff124959b035dd22ae37f7800e7bd383b466c76d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:34:03 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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