From 45ce43faa93a84c84f407748aae3aa028383ec77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 09:19:05 +0100 Subject: [PATCH] Bump actions/checkout from 4.1.1 to 4.1.2 (#352) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [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/b4ffde65f46336ab88eb53be808477a3936bae11...9bb56186c3b09b4f86b1c65136769dd318469633) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 d302b4c..10ee06f 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 - 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 392ee1f..8a1e5cf 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 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 6509537..aa3afbf 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 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 26bd495..9b68f0f 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@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 + uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 with: repository: ${{ matrix.repo }} token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}