Skip to content

Commit

Permalink
Merge pull request #342 from glotzerlab/dependabot-github_actions-act…
Browse files Browse the repository at this point in the history
…ions-checkout-4.1.1

[ci skip]: Bump actions/checkout from 4.1.0 to 4.1.1
  • Loading branch information
joaander authored Nov 2, 2023
2 parents 29bf573 + 7702ac4 commit 8c33762
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
matrix:
configuration: [nompi, greatlakes, bridges2, delta, expanse, expanse-gpu, anvil]
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
- name: Login to DockerHub
if: ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }}
uses: docker/login-action@v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
branch: [trunk]
steps:
- uses: actions/checkout@v4.1.0
- uses: actions/checkout@v4.1.1
with:
ref: ${{ matrix.branch }}
- uses: tibdex/github-app-token@v2.1
Expand Down

0 comments on commit 8c33762

Please sign in to comment.