From 20753ebea4cb6c95167aa22aeceacb91d2e7cf02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Oct 2023 17:09:02 +0000 Subject: [PATCH] Bump actions/checkout from 3.4.0 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 4.1.1. - [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/24cb9080177205b6e8c946b17badbe402adc938f...b4ffde65f46336ab88eb53be808477a3936bae11) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-whitespace.yml | 2 +- .github/workflows/sync-rest.yml | 4 ++-- .github/workflows/sync-tooling.yml | 4 ++-- .github/workflows/sync-tracks.yml | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/lint-whitespace.yml b/.github/workflows/lint-whitespace.yml index ea5c725..d302b4c 100644 --- a/.github/workflows/lint-whitespace.yml +++ b/.github/workflows/lint-whitespace.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Check that every file has no trailing whitespace, and exactly one final newline run: ./.github/bin/lint-whitespace diff --git a/.github/workflows/sync-rest.yml b/.github/workflows/sync-rest.yml index ffc653c..7bee230 100644 --- a/.github/workflows/sync-rest.yml +++ b/.github/workflows/sync-rest.yml @@ -202,13 +202,13 @@ jobs: - name: Checkout main repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: ${{ matrix.repo }} token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/sync-tooling.yml b/.github/workflows/sync-tooling.yml index 428ce0b..4cec2ac 100644 --- a/.github/workflows/sync-tooling.yml +++ b/.github/workflows/sync-tooling.yml @@ -192,13 +192,13 @@ jobs: - name: Checkout main repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: ${{ matrix.repo }} token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }} diff --git a/.github/workflows/sync-tracks.yml b/.github/workflows/sync-tracks.yml index 0349835..437cce4 100644 --- a/.github/workflows/sync-tracks.yml +++ b/.github/workflows/sync-tracks.yml @@ -193,13 +193,13 @@ jobs: - name: Checkout main repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: repository: ${{ matrix.repo }} token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}