From 32bc92366925fb6f5065c4c78ed9e60f3e58bf7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 10:43:13 +0200 Subject: [PATCH] Bump actions/checkout from 4.1.4 to 4.1.5 (#364) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- 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 3281f11..55b0418 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - 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 9a09ab9..baa2c80 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 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 df4cd57..e00463e 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b 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 8ccb13b..522395e 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@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: path: main - name: Checkout target repo if: steps.pr-already-exists.outputs.result == 'false' - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: repository: ${{ matrix.repo }} token: ${{ secrets.BOT_PERSONAL_ACCESS_TOKEN }}