From 9c86516838e4aecf8189719ad8ad33b978dbbe12 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 May 2024 00:54:44 +0000 Subject: [PATCH] chore(deps): update github actions to v4 --- .github/workflows/build-and-test.yaml | 8 ++++---- .github/workflows/get-version.yaml | 2 +- .github/workflows/renovate.yaml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index d610ce4..4565a22 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -20,7 +20,7 @@ jobs: runs-on: [self-hosted, linux, X64, jammy, large] steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Install dependencies run: python3 -m pip install tox - name: Run linters @@ -31,7 +31,7 @@ jobs: runs-on: [self-hosted, linux, X64, jammy, large] steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Install dependencies run: python -m pip install tox - name: Run tests @@ -47,7 +47,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Assign charm artifacts to runners id: charm-to-runner run: | @@ -74,7 +74,7 @@ jobs: runs-on: "${{matrix.base.runner_labels}}" steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Download packed charm(s) uses: actions/download-artifact@v4 id: downloaded-charm diff --git a/.github/workflows/get-version.yaml b/.github/workflows/get-version.yaml index 143cea4..3e84129 100644 --- a/.github/workflows/get-version.yaml +++ b/.github/workflows/get-version.yaml @@ -12,7 +12,7 @@ jobs: runs-on: [self-hosted, linux, X64, jammy, large] steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 + uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4 - name: Get charm version id: charm_version run: | diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 154aaa6..e19c15c 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Checkout - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - name: Self-hosted Renovate uses: renovatebot/github-action@89bd050bafa5a15de5d9383e3129edf210422004 # v40.1.5