From c75e29c78cfc3c1e04776978bfc8e5697f8ca1aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 11:23:17 +0200 Subject: [PATCH] Bump actions/checkout from 3 to 4 (#2722) Pull request: https://github.com/com-lihaoyi/mill/pull/2722 --- .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 79658b1c7e7..6b284288412 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -157,7 +157,7 @@ jobs: LC_ALL: "en_US.UTF-8" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 @@ -180,7 +180,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 4669e63e030..156e9503169 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 fb341647597..6267a21aee1 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 19fd4cb2ad9..c59a77be0bf 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 52727bb137f..4d12aa12734 100644 --- a/.github/workflows/run-mill-action.yml +++ b/.github/workflows/run-mill-action.yml @@ -26,7 +26,7 @@ jobs: continue-on-error: ${{ inputs.continue-on-error }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0