From 3dc5a02bc221b1655c3163e15f351a29b18e042b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:13:21 +0000 Subject: [PATCH] Update actions/checkout action to v5 --- .github/workflows/deploy.yaml | 2 +- .github/workflows/publish.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ad37a8a..b4dee88 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest name: Deploy steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v5 - name: Publish uses: cloudflare/wrangler-action@2.0.0 with: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index cc30509..cc3ddf1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,7 +10,7 @@ jobs: name: Publish steps: - name: Checkout Repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Login to GitHub Container Registry uses: docker/login-action@v3 with: