Skip to content

Commit

Permalink
Merge pull request juju#16234 from juju/dependabot/github_actions/bal…
Browse files Browse the repository at this point in the history
…chua/microk8s-actions-0.4.1

Bump balchua/microk8s-actions from 0.4.0 to 0.4.1
  • Loading branch information
hpidcock committed Sep 13, 2023
2 parents cb85b57 + 03f100b commit 13afc56
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/microk8s-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "GOPATH=$(go env GOPATH)" >> $GITHUB_ENV
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
- uses: balchua/microk8s-actions@1e8e626239c2befe7cd5d258c96ae152a7259c74
- uses: balchua/microk8s-actions@bd37d99d167cfd7499a33c97eaaa04688a1a25b6
with:
channel: '${{ matrix.microk8s }}'
# enable now to give microk8s more time to settle down.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Setup MicroK8s
if: matrix.cloud == 'microk8s'
uses: balchua/microk8s-actions@1e8e626239c2befe7cd5d258c96ae152a7259c74
uses: balchua/microk8s-actions@bd37d99d167cfd7499a33c97eaaa04688a1a25b6
with:
channel: "1.25-strict/stable"
addons: '["dns", "hostpath-storage", "rbac"]'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Setup k8s
if: env.RUN_TEST == 'RUN' && matrix.model_type == 'microk8s'
uses: balchua/microk8s-actions@1e8e626239c2befe7cd5d258c96ae152a7259c74
uses: balchua/microk8s-actions@bd37d99d167cfd7499a33c97eaaa04688a1a25b6
with:
channel: "1.25-strict/stable"
addons: '["dns", "hostpath-storage"]'
Expand Down

0 comments on commit 13afc56

Please sign in to comment.