From e85affd2a1eb8bd72054ac498854c492fa1cf9be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 10:46:34 +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/actions.yml | 4 ++-- .github/workflows/dependency-graph.yml | 2 +- .github/workflows/publish-bridges.yml | 2 +- .github/workflows/publishDocs.yml | 2 +- .github/workflows/run-mill-action.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 679f2964310c..802aa11318cb 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -147,7 +147,7 @@ jobs: LC_ALL: "en_US.UTF-8" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -170,7 +170,7 @@ jobs: REPO_ACCESS_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index 00efd7b6db40..ab10bab18a38 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/publish-bridges.yml b/.github/workflows/publish-bridges.yml index fb3416475974..6267a21aee10 100644 --- a/.github/workflows/publish-bridges.yml +++ b/.github/workflows/publish-bridges.yml @@ -22,7 +22,7 @@ jobs: MILL_BUILD_COMPILER_BRIDGES: "true" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/publishDocs.yml b/.github/workflows/publishDocs.yml index 19fd4cb2ad91..c59a77be0bfd 100644 --- a/.github/workflows/publishDocs.yml +++ b/.github/workflows/publishDocs.yml @@ -11,7 +11,7 @@ jobs: REPO_DEPLOY_KEY: ${{ secrets.REPO_DEPLOY_KEY }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/run-mill-action.yml b/.github/workflows/run-mill-action.yml index afe5930d5130..096580af930e 100644 --- a/.github/workflows/run-mill-action.yml +++ b/.github/workflows/run-mill-action.yml @@ -23,7 +23,7 @@ jobs: continue-on-error: ${{ inputs.continue-on-error }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0