Skip to content

Commit

Permalink
chore(deps): update canonical/operator-workflows digest to ac706cb
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 8, 2024
1 parent 35b822b commit 457a15c
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-libs-k8s-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
auto-update-libs:
uses: canonical/operator-workflows/.github/workflows/auto_update_charm_libs.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/auto_update_charm_libs.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
secrets: inherit
with:
working-directory: ./charms/worker/k8s
2 changes: 1 addition & 1 deletion .github/workflows/charm-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
unit-tests:
uses: canonical/operator-workflows/.github/workflows/test.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/test.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
secrets: inherit
with:
charm-directory: charms
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ on:

jobs:
comment-on-pr:
uses: canonical/operator-workflows/.github/workflows/comment.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/comment.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/integration_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
working-directory: ${{ matrix.path }}

integration-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
needs: [build-all-charms, extra-args]
strategy:
matrix:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/load_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
load-tests:
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/integration_test.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
with:
provider: lxd
juju-channel: 3.3/stable
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-charms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
strategy:
matrix:
charm-directory: ${{ fromJson(needs.select-charms.outputs.charms) }}
uses: canonical/operator-workflows/.github/workflows/promote_charm.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/promote_charm.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
with:
origin-channel: ${{needs.configure-track.outputs.track}}/${{ github.event.inputs.origin-risk }}
destination-channel: ${{needs.configure-track.outputs.track}}/${{ github.event.inputs.destination-risk }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-charms.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
fi
publish-to-edge:
needs: [configure-channel]
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@08c5a65a0bc4696164b4f85a29a9ccbd830d10d8
uses: canonical/operator-workflows/.github/workflows/publish_charm.yaml@ac706cbfd05c318274502fcc3f51d3db41621d0d
strategy:
matrix:
charm: [
Expand Down

0 comments on commit 457a15c

Please sign in to comment.