From 96af36e96541bc1db81cb039a0a5b4ff739a78e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 13:12:15 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f2f88db..35a9d65 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: # name: production # url: https://proxypartylab.up.railway.app # steps: - # - uses: actions/checkout@v4 + # - uses: actions/checkout@v5 # - run: echo TODO proxypartylab-prod-gcp: name: Dedicated Caddy server on GCP Compute Engine @@ -21,7 +21,7 @@ jobs: name: production url: https://proxyparty.recaptime.dev steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Load secrets via dotenvx id: dotenvx uses: andreijiroh-dev/dotenvx-action@main