From 317bf0b7e620410d804163401fdbf71842826c66 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 17:37:49 +0000 Subject: [PATCH] fix(renovate): Update github-actions to v7 --- .github/workflows/integrate.yaml | 6 +++--- dump-logs/action.yml | 2 +- get-charm-paths/action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/integrate.yaml b/.github/workflows/integrate.yaml index a7192aac..07b1cf12 100644 --- a/.github/workflows/integrate.yaml +++ b/.github/workflows/integrate.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest name: Testing steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 24 @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest name: Linting steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 24 @@ -44,7 +44,7 @@ jobs: runs-on: ubuntu-latest name: Build steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 + - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - uses: actions/setup-node@8f152de45cc393bb48ce5d89d36b731f54556e65 # v4 with: node-version: 24 diff --git a/dump-logs/action.yml b/dump-logs/action.yml index 13c36a5b..b7d862f9 100644 --- a/dump-logs/action.yml +++ b/dump-logs/action.yml @@ -40,7 +40,7 @@ runs: exit 0 shell: bash - name: Dump charmcraft logs - uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 with: name: charmcraft-logs path: ~/.local/state/charmcraft/log/*.log diff --git a/get-charm-paths/action.yml b/get-charm-paths/action.yml index 523e730a..c66cf5cc 100644 --- a/get-charm-paths/action.yml +++ b/get-charm-paths/action.yml @@ -7,7 +7,7 @@ outputs: runs: using: 'composite' steps: - - uses: 'actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11' # v4 + - uses: 'actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0' # v7 - name: 'Get paths for all charms in repo' id: get-charm-paths shell: bash