Skip to content

Commit

Permalink
Merge pull request #386 from glotzerlab/dependabot-github_actions-tru…
Browse files Browse the repository at this point in the history
…nk-actions-version-48452fefe7

Bump the actions-version group with 3 updates
  • Loading branch information
joaander authored Apr 29, 2024
2 parents eb525ee + d3e8290 commit 5285990
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Start action runners
runs-on: ubuntu-latest
steps:
- uses: glotzerlab/jetstream2-admin/[email protected].4
- uses: glotzerlab/jetstream2-admin/[email protected].5
with:
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
Expand All @@ -34,7 +34,7 @@ jobs:
matrix:
configuration: [nompi, greatlakes, bridges2, delta, expanse, expanse-gpu, anvil]
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].4
- 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/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .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/[email protected].2
- uses: actions/[email protected].4
with:
ref: ${{ matrix.branch }}
- uses: tibdex/[email protected]
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Display updates
run: git diff
- name: Create Pull Request
uses: peter-evans/[email protected].2
uses: peter-evans/[email protected].5
with:
base: ${{ matrix.branch }}
commit-message: "[update-packages] Bump package versions"
Expand Down

0 comments on commit 5285990

Please sign in to comment.