Skip to content

Commit b89dd1e

Browse files
committed
Bump actions version to 3.4
1 parent 76af7e8 commit b89dd1e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: charmed-kubernetes/actions-operator@main
8484
with:
8585
provider: lxd
86-
juju-channel: 3.3/stable
86+
juju-channel: 3.4/stable
8787
# 2023-01-11 Commented until we discover a
8888
# clear approach for this.
8989
# - name: Set proxy in controller

.github/workflows/test_candidate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: charmed-kubernetes/actions-operator@main
5555
with:
5656
provider: lxd
57-
juju-channel: 3.3/candidate
57+
juju-channel: 3.4/candidate
5858
- name: Setup Python
5959
if: ${{ env.next-test != 'NA' }}
6060
uses: actions/setup-python@v4

.github/workflows/test_edge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
uses: charmed-kubernetes/actions-operator@main
5555
with:
5656
provider: lxd
57-
juju-channel: 3.3/edge
57+
juju-channel: 3.4/edge
5858
- name: Setup Python
5959
if: ${{ env.next-test != 'NA' }}
6060
uses: actions/setup-python@v4

0 commit comments

Comments
 (0)