Skip to content

Commit

Permalink
Merge pull request #1264 from glotzerlab/dependabot-github_actions-ma…
Browse files Browse the repository at this point in the history
…in-actions-version-d7ae5a4aef

build(deps): Bump the actions-version group with 3 updates
  • Loading branch information
joaander authored Jul 1, 2024
2 parents f0391af + 4a5c0dd commit be9ee3c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,12 +82,12 @@ jobs:
oldest_sympy: '1.10'

steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
submodules: "recursive"

- name: Build wheels
uses: pypa/cibuildwheel@v2.18.1
uses: pypa/cibuildwheel@v2.19.1
env:
CIBW_BUILD: "${{ matrix.python.version }}-*"
CIBW_SKIP: "{pp*,*-musllinux_*}"
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'build_wheels') || github.event_name != 'pull_request' }}
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
submodules: "recursive"

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
- name: Upload to PyPI
# upload to PyPI on every tag starting with 'v'
if: startsWith(github.ref, 'refs/tags/v')
uses: pypa/gh-action-pypi-publish@v1.8.14
uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/[email protected].6
uses: actions/[email protected].7
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
container:
image: glotzerlab/ci:2021.11-clang10_py38
steps:
- uses: actions/[email protected].6
- uses: actions/[email protected].7
with:
submodules: true
- name: Install pre-commit
Expand Down

0 comments on commit be9ee3c

Please sign in to comment.