From 0d84e6ffb5a9f21388a6d5f94331a67d480f070e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 15:57:27 +1000 Subject: [PATCH] build(deps): bump actions/checkout from 3 to 4 (#206) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- .github/workflows/update_head.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 046bdea..75aa2f6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -25,7 +25,7 @@ jobs: release: [stable, HEAD] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup Git User for Applying Patches # See this thread for more details https://github.community/t/github-actions-bot-email-address/17204/5 diff --git a/.github/workflows/update_head.yml b/.github/workflows/update_head.yml index 4e25a16..4a612f3 100644 --- a/.github/workflows/update_head.yml +++ b/.github/workflows/update_head.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-python@v4 with: