Skip to content

Commit

Permalink
Merge pull request #152 from usnistgov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons-c48adbfb9d

Bump the actions group with 3 updates
  • Loading branch information
ianhbell authored Aug 19, 2024
2 parents b861ef8 + 762831c commit 8f652a8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
run: git submodule update --init --recursive

# Used to host cibuildwheel
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5

- name: Install cibuildwheel and other dependencies
run: python -m pip install cibuildwheel==2.17.0 build wheel setuptools twine
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build_docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
shell: bash -el {0}
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: checkout submodules
run: git submodule update --init --recursive
- uses: conda-incubator/setup-miniconda@v3
Expand All @@ -35,7 +35,7 @@ jobs:
make html
- name: archive docs
run: cd doc && python -c "import shutil; shutil.make_archive('teqpdocs', 'xztar', 'build')"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
path: |
./doc/*.tar.xz
2 changes: 1 addition & 1 deletion .github/workflows/runasan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: [3.9] # Could add more here, but it just makes the build matrix bigger
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: checkout submodules
run: git submodule update --init --recursive
- name: mkdir
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runcatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
python-version: [3.9] # Could add more here, but it just makes the build matrix bigger
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: checkout submodules
run: git submodule update --init --recursive
- name: mkdir
Expand All @@ -25,7 +25,7 @@ jobs:
- name: run all the compiled Catch tests
run: cd build && ctest --verbose
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: build wheel
Expand Down

0 comments on commit 8f652a8

Please sign in to comment.