Skip to content

Commit

Permalink
CADC-12637 - increment cibuild versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
SharonGoliath committed Jul 20, 2023
1 parent be10c9d commit 02ce777
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/cibuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,17 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Install hdf5 library
run: sudo apt-get install -y libhdf5-dev

egginfo:
needs: build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install tox
Expand All @@ -49,11 +49,11 @@ jobs:
package: caom2utils
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install tox
Expand All @@ -70,9 +70,9 @@ jobs:
runs-on: ubuntu-latest
needs: tests
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Setup Graphviz
Expand All @@ -96,9 +96,9 @@ jobs:
runs-on: ubuntu-latest
if: contains(github.ref, '=')
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Determine the package
Expand Down

0 comments on commit 02ce777

Please sign in to comment.