Skip to content

Commit ba296e5

Browse files
author
Adam Dyess
committed
chore: bump action versions in tests workflow
1 parent 1a0ff15 commit ba296e5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [pull_request]
44
jobs:
55
call-inclusive-naming-check:
66
name: Inclusive naming
7-
uses: canonical-web-and-design/Inclusive-naming/.github/workflows/woke.yaml@main
7+
uses: canonical/inclusive-naming/.github/workflows/woke.yaml@main
88
with:
99
fail-on-error: "true"
1010

@@ -14,28 +14,28 @@ jobs:
1414
needs:
1515
- call-inclusive-naming-check
1616
with:
17-
python: "['3.8', '3.9', '3.10']"
17+
python: "['3.10', '3.12']"
1818

1919
integration-test:
2020
name: Integration tests
21-
runs-on: ubuntu-22.04
21+
runs-on: ubuntu-latest
2222
needs:
2323
- lint-unit
2424
steps:
2525
- name: Check out code
26-
uses: actions/checkout@v3
26+
uses: actions/checkout@v4
2727
- name: Setup Python
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v6
2929
with:
30-
python-version: 3.8
30+
python-version: 3.12
3131
- name: Install Dependencies
3232
run: |
3333
pip install tox
3434
- name: Setup operator environment
3535
uses: charmed-kubernetes/actions-operator@main
3636
with:
37-
provider: microk8s
38-
channel: 1.26/stable
37+
provider: microk8s
38+
channel: 1.34-strict/stable
3939
- name: Run test
4040
run: tox -e integration
4141
- name: Setup Debug Artifact Collection
@@ -50,7 +50,7 @@ jobs:
5050
run: sudo juju debug-log --replay --no-tail -i gatekeeper-manager-operator | tee tmp/unit-gatekeeper-manager-operator-0.log
5151
- name: Upload debug artifacts
5252
if: ${{ failure() }}
53-
uses: actions/upload-artifact@v2
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: test-run-artifacts
5656
path: tmp

0 commit comments

Comments
 (0)