From a08ada4c2d156ecb907a82cc154aaba048689870 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 12:26:21 +0000 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#173) 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/tag-patches.yml | 2 +- .github/workflows/verify-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tag-patches.yml b/.github/workflows/tag-patches.yml index f0f637c4c..9c72cdeb2 100644 --- a/.github/workflows/tag-patches.yml +++ b/.github/workflows/tag-patches.yml @@ -13,7 +13,7 @@ jobs: concurrency: tag-patches steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Tag new version run: | diff --git a/.github/workflows/verify-translations.yml b/.github/workflows/verify-translations.yml index 22c624810..425a633f7 100644 --- a/.github/workflows/verify-translations.yml +++ b/.github/workflows/verify-translations.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup PHP uses: shivammathur/setup-php@2.29.0