From 9a1a0ad537c859a93352afec2bac72d80a282d38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2024 14:33:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/integrate.yaml | 8 ++++---- .github/workflows/publish.yaml | 4 ++-- .github/workflows/release.yaml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index c343305b..0f86235a 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -42,7 +42,7 @@ jobs: - kfp-viewer - kfp-viz steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: python3 -m pip install tox - run: tox -e ${{ matrix.charm }}-lint @@ -62,7 +62,7 @@ jobs: - kfp-viewer - kfp-viz steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - run: python3 -m pip install tox - run: tox -e ${{ matrix.charm }}-unit @@ -90,7 +90,7 @@ jobs: - name: Maximise GH runner space uses: jlumbroso/free-disk-space@v1.3.1 - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Setup operator environment uses: charmed-kubernetes/actions-operator@main @@ -131,7 +131,7 @@ jobs: uses: jlumbroso/free-disk-space@v1.3.1 - name: Check out code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup operator environment uses: charmed-kubernetes/actions-operator@main diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 5765f962..bacb3eec 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -32,7 +32,7 @@ jobs: outputs: charm_paths_list: ${{ steps.get-charm-paths.outputs.CHARM_PATHS_LIST }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ inputs.source_branch }} @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ inputs.source_branch }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 57fc88dc..b4ae293d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -19,7 +19,7 @@ jobs: name: Promote charm runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Release charm to channel uses: canonical/charming-actions/release-charm@2.6.2 with: