From 54fc4fd084a4c2b633d3fb007e41385ec389cd4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Aug 2025 05:49:45 +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/cicd.yml | 16 ++++++++-------- .github/workflows/deploy.yml | 4 ++-- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 88a581fba..55018d3a2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -34,7 +34,7 @@ jobs: pypi.org:443 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5 @@ -79,7 +79,7 @@ jobs: pypi.org:443 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5 @@ -118,7 +118,7 @@ jobs: pypi.org:443 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5 @@ -193,7 +193,7 @@ jobs: storage.googleapis.com:443 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 2 @@ -310,7 +310,7 @@ jobs: pypi.org:443 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build Docker image run: ./bin/build @@ -348,7 +348,7 @@ jobs: production.cloudflare.docker.com:443 - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Download Docker image artifacts uses: actions/download-artifact@v4 @@ -382,7 +382,7 @@ jobs: # egress-policy: audit # - name: Checkout source code - # uses: actions/checkout@v4 + # uses: actions/checkout@v5 # - name: Download Docker image artifacts # uses: actions/download-artifact@v4 @@ -423,7 +423,7 @@ jobs: # pypi.org:443 # - name: Checkout source code - # uses: actions/checkout@v4 + # uses: actions/checkout@v5 # - name: Download Docker image artifacts # uses: actions/download-artifact@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 762df7ac9..89b16ef06 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5 @@ -101,7 +101,7 @@ jobs: aws-region: ${{ secrets.AWS_DEFAULT_REGION }} - name: Checkout source code - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5