Skip to content

Commit

Permalink
Merge pull request #1102 from glotzerlab/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.5.2

Bump actions/checkout from 3.5.0 to 3.5.2
  • Loading branch information
tommy-waltmann committed May 2, 2023
2 parents 577da5c + ad214bf commit d0089c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
pyver: ["3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
submodules: "recursive"

Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ contains(github.event.pull_request.labels.*.name, 'build_wheels') || github.event_name != 'pull_request' }}
steps:
- uses: actions/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
submodules: "recursive"

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 @@ -32,7 +32,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@v3.5.0
uses: actions/checkout@v3.5.2
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/checkout@v3.5.0
- uses: actions/checkout@v3.5.2
with:
submodules: true
- name: Install pre-commit
Expand Down

0 comments on commit d0089c6

Please sign in to comment.