Skip to content

Commit

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

Bump actions/checkout from 3.3.0 to 3.5.0
  • Loading branch information
tommy-waltmann committed Apr 4, 2023
2 parents ae7d02c + e8d98e2 commit fa6b265
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.6", "3.7", "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.0
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.3.0
- uses: actions/checkout@v3.5.0
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 @@ -33,7 +33,7 @@ jobs:

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

0 comments on commit fa6b265

Please sign in to comment.