Skip to content

Commit

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

Bump the actions-version group with 4 updates
  • Loading branch information
joaander authored Apr 1, 2024
2 parents d26d368 + 4c58d22 commit 5b191b8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
matrix:
configuration: [nompi, greatlakes, bridges2, delta, expanse, expanse-gpu, anvil]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
- 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
uses: docker/login-action@v3.1.0
with:
username: ${{ secrets.DOCKER_HUB_USERNAME }}
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/update-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
matrix:
branch: [trunk]
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
with:
ref: ${{ matrix.branch }}
- uses: tibdex/github-app-token@v2.1
id: generate-token
with:
app_id: ${{ secrets.PR_SUBMITTER_APP_ID }}
private_key: ${{ secrets.PR_SUBMITTER_PRIVATE_KEY }}
- uses: actions/cache@v4.0.1
- uses: actions/cache@v4.0.2
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('.github/workflows/requirements.txt') }}
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Display updates
run: git diff
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.0.1
uses: peter-evans/create-pull-request@v6.0.2
with:
base: ${{ matrix.branch }}
commit-message: "[update-packages] Bump package versions"
Expand Down

0 comments on commit 5b191b8

Please sign in to comment.