From a77ff476a0aa06a3fdedab8d466fdb52363c66d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 16:20:05 +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/local.yml | 2 +- .github/workflows/prod.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/local.yml b/.github/workflows/local.yml index 6eb6a50..0eb0e30 100644 --- a/.github/workflows/local.yml +++ b/.github/workflows/local.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Fail if rebuilding produce a dirty repo run: | diff --git a/.github/workflows/prod.yml b/.github/workflows/prod.yml index 92c8162..a83d175 100644 --- a/.github/workflows/prod.yml +++ b/.github/workflows/prod.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Test XVFB uses: GabrielBB/xvfb-action@v1.6 with: