From b311b6f5a513aa02b050e9ede4d2822a99dc9131 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 07:07:49 +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 ab4fcf0..a7d514d 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -21,7 +21,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install dependencies run: sudo apt-get install python3-pip tox @@ -35,7 +35,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install dependencies run: sudo apt-get install python3-pip tox @@ -50,7 +50,7 @@ jobs: environments: ${{ steps.script.outputs.environments }} steps: - name: Checkout repository code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Run get-intergration-environements.py id: script run: python ./tools/get-integration-environments.py @@ -78,7 +78,7 @@ jobs: remove-docker-images: 'true' - name: Check out repo - uses: actions/checkout@v2 + 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 9170471..d0b60b9 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@v2 + - uses: actions/checkout@v4 with: fetch-depth: 0 ref: ${{ inputs.source_branch }} @@ -52,7 +52,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + 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 3b175b3..dc45b82 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -16,7 +16,7 @@ jobs: name: Promote charm runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Release charm to channel uses: canonical/charming-actions/release-charm@2.4.0 with: