Skip to content

Commit

Permalink
update actions revisions
Browse files Browse the repository at this point in the history
  • Loading branch information
addyess committed Aug 7, 2024
1 parent ee405a6 commit d7253d4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
juju: ['2.9']
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'

Expand Down Expand Up @@ -70,9 +70,9 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.12'
python-version: '3.10'

- name: Setup operator test environment
uses: charmed-kubernetes/actions-operator@main
Expand Down

0 comments on commit d7253d4

Please sign in to comment.