From a9d84a62cd9c3d9b82402aa682a770994808141b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 02:38:36 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4.1.5 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.5 to 4.1.7. - [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.1.5...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a72c5056d..f92304ec65 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - name: Install Go uses: actions/setup-go@v5 diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 5823d86375..943c6adf2f 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -15,7 +15,7 @@ jobs: private_key: ${{ secrets.APP_PRIVATE_KEY }} - name: Checkout latest code - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - name: Install Go uses: actions/setup-go@v5