Skip to content

Commit

Permalink
chore: Bump action version to 1.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
dashmage committed Feb 10, 2024
1 parent 44e86b7 commit 4979ad5
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .github/workflows/weekly_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
failed_tests: ${{ steps.collect-failed-tests.outputs.failed_tests }}
steps:
- name: Tests for charm-advanced-routing
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-advanced-routing
with:
owner: canonical
Expand All @@ -24,7 +24,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-apt-mirror
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-apt-mirror
if: ${{ always() }}
with:
Expand All @@ -36,7 +36,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-cloudsupport
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-cloudsupport
if: ${{ always() }}
with:
Expand All @@ -48,7 +48,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-duplicity
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-duplicity
if: ${{ always() }}
with:
Expand All @@ -60,7 +60,7 @@ jobs:
wait_interval: 60

- name: Tests for hardware-observer-operator
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: hardware-observer-operator
if: ${{ always() }}
with:
Expand All @@ -72,7 +72,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-juju-backup-all
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-juju-backup-all
if: ${{ always() }}
with:
Expand All @@ -84,7 +84,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-juju-local
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-juju-local
if: ${{ always() }}
with:
Expand All @@ -96,7 +96,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-kubernetes-service-checks
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-kubernetes-service-checks
if: ${{ always() }}
with:
Expand All @@ -108,7 +108,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-local-users
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-local-users
if: ${{ always() }}
with:
Expand All @@ -120,7 +120,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-logrotated
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-logrotated
if: ${{ always() }}
with:
Expand All @@ -132,7 +132,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-nginx
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-nginx
if: ${{ always() }}
with:
Expand All @@ -144,7 +144,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-openstack-service-checks
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-openstack-service-checks
if: ${{ always() }}
with:
Expand All @@ -156,7 +156,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-prometheus-blackbox-exporter
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-prometheus-blackbox-exporter
if: ${{ always() }}
with:
Expand All @@ -168,7 +168,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-prometheus-libvirt-exporter
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-prometheus-libvirt-exporter
if: ${{ always() }}
with:
Expand All @@ -180,7 +180,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-storage-connector
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-storage-connector
if: ${{ always() }}
with:
Expand All @@ -192,7 +192,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-sysconfig
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-sysconfig
if: ${{ always() }}
with:
Expand All @@ -204,7 +204,7 @@ jobs:
wait_interval: 60

- name: Tests for charm-userdir-ldap
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charm-userdir-ldap
if: ${{ always() }}
with:
Expand All @@ -216,7 +216,7 @@ jobs:
wait_interval: 60

- name: Tests for prometheus-hardware-exporter
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: prometheus-hardware-exporter
if: ${{ always() }}
with:
Expand All @@ -228,7 +228,7 @@ jobs:
wait_interval: 60

- name: Tests for prometheus-juju-exporter
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: prometheus-juju-exporter
if: ${{ always() }}
with:
Expand All @@ -240,7 +240,7 @@ jobs:
wait_interval: 60

- name: Tests for prometheus-juju-backup-all-exporter
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: prometheus-juju-backup-all-exporter
if: ${{ always() }}
with:
Expand All @@ -252,7 +252,7 @@ jobs:
wait_interval: 60

- name: Tests for snap-tempest
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: snap-tempest
if: ${{ always() }}
with:
Expand All @@ -264,7 +264,7 @@ jobs:
wait_interval: 60

- name: Tests for charmed-openstack-upgrader
uses: convictional/[email protected].1
uses: convictional/[email protected].5
id: charmed-openstack-upgrader
if: ${{ always() }}
with:
Expand Down

0 comments on commit 4979ad5

Please sign in to comment.