From d8ee08dd3e4a87febc49b82832c19b179ed038ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 02:53:53 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/checklist.yml | 2 +- .github/workflows/expectations.yml | 2 +- .github/workflows/targeting-repo-files.yml | 2 +- .github/workflows/targeting-valid-branch.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/checklist.yml b/.github/workflows/checklist.yml index fb16c966deb8..97082c5dee91 100644 --- a/.github/workflows/checklist.yml +++ b/.github/workflows/checklist.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Verify Checklist id: verify_checklist uses: ./.github/actions/verification/checklist/v1 diff --git a/.github/workflows/expectations.yml b/.github/workflows/expectations.yml index 0acc9c43bd0e..55cdf8872d9b 100644 --- a/.github/workflows/expectations.yml +++ b/.github/workflows/expectations.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Comment on Community PRs uses: ./.github/actions/commenting/expectations/v1 with: diff --git a/.github/workflows/targeting-repo-files.yml b/.github/workflows/targeting-repo-files.yml index 0566003029fb..8d1315211cfd 100644 --- a/.github/workflows/targeting-repo-files.yml +++ b/.github/workflows/targeting-repo-files.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Authorized to Modify Repo Files? uses: ./.github/actions/verification/authorization/v1 with: diff --git a/.github/workflows/targeting-valid-branch.yml b/.github/workflows/targeting-valid-branch.yml index 972216e49903..a27e44405bcb 100644 --- a/.github/workflows/targeting-valid-branch.yml +++ b/.github/workflows/targeting-valid-branch.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout Repository id: checkout_repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Authorized to Target Live Branch? uses: ./.github/actions/verification/authorization/v1 with: