From 733a970119e43f4c3644b0dad9f683f2a0932a45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Sep 2023 01:06:44 -0700 Subject: [PATCH] Bump actions/checkout from 4.0.0 to 4.1.0 (#105) Bumps [actions/checkout](https://github.com/actions/checkout) from 4.0.0 to 4.1.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/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../approve-and-auto-merge-dependabot-pull-requests.yml | 2 +- .github/workflows/repo-sync.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/approve-and-auto-merge-dependabot-pull-requests.yml b/.github/workflows/approve-and-auto-merge-dependabot-pull-requests.yml index 041fafd..595f8ab 100644 --- a/.github/workflows/approve-and-auto-merge-dependabot-pull-requests.yml +++ b/.github/workflows/approve-and-auto-merge-dependabot-pull-requests.yml @@ -59,7 +59,7 @@ jobs: # Checkout repo; this is required so that we can checkout the PR URL below for approval. - name: Checkout Repo - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 # Approve the PR if it has not already been approved. - name: Approve a PR if not already approved diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 12375e7..f2cfb0e 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Run Repo File Sync Action id: repo-file-sync