From a3b2703747a0920e4d5e1006699a49a0e91adda7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2024 22:34:34 +0000 Subject: [PATCH] :arrow_up:upgrade(ci): Bump actions/checkout in /.github/workflows Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 4.2.0. - [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/v3.1.0...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-fork.yml | 2 +- .github/workflows/devops-project.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 97b71763..76fb484c 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -35,7 +35,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: persist-credentials: false fetch-depth: 0 diff --git a/.github/workflows/auto-fork.yml b/.github/workflows/auto-fork.yml index 5cd2dd61..8264cb83 100644 --- a/.github/workflows/auto-fork.yml +++ b/.github/workflows/auto-fork.yml @@ -31,7 +31,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: ref: ${{ github.event.pull_request.head.ref }} token: ${{ steps.get_token.outputs.token }} diff --git a/.github/workflows/devops-project.yml b/.github/workflows/devops-project.yml index 2989a178..e5d228bc 100644 --- a/.github/workflows/devops-project.yml +++ b/.github/workflows/devops-project.yml @@ -39,7 +39,7 @@ jobs: # More info: https://github.com/actions/checkout. - name: Checkout & Authentication - uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 with: persist-credentials: false fetch-depth: 0