Skip to content

Commit

Permalink
Bump actions version to 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Aflynn50 committed Mar 26, 2024
1 parent 76af7e8 commit b89dd1e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3.3/stable
juju-channel: 3.4/stable
# 2023-01-11 Commented until we discover a
# clear approach for this.
# - name: Set proxy in controller
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_candidate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3.3/candidate
juju-channel: 3.4/candidate
- name: Setup Python
if: ${{ env.next-test != 'NA' }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_edge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
uses: charmed-kubernetes/actions-operator@main
with:
provider: lxd
juju-channel: 3.3/edge
juju-channel: 3.4/edge
- name: Setup Python
if: ${{ env.next-test != 'NA' }}
uses: actions/setup-python@v4
Expand Down

0 comments on commit b89dd1e

Please sign in to comment.