Skip to content

Commit

Permalink
Merge pull request #296 from ska-sa/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
bmerry authored Dec 13, 2023
2 parents ed74c91 + 47ecbe9 commit 40bf22d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Install system packages
run: ./.ci/install-sys-pkgs.sh
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Install system packages
run: ./.ci/install-sys-pkgs.sh
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: 'pip'
Expand All @@ -125,11 +125,11 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.8'
cache: 'pip'
Expand All @@ -146,7 +146,7 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Install system packages
run: ./.ci/install-sys-pkgs.sh
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
SCCACHE_GHA_ENABLED: "true"
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand All @@ -203,7 +203,7 @@ jobs:
uses: mozilla-actions/[email protected]
- name: Install system packages
run: ./.ci/install-sys-pkgs.sh
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand All @@ -217,7 +217,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
Expand Down

0 comments on commit 40bf22d

Please sign in to comment.