Skip to content

Commit 5285990

Browse files
authored
Merge pull request #386 from glotzerlab/dependabot-github_actions-trunk-actions-version-48452fefe7
Bump the actions-version group with 3 updates
2 parents eb525ee + d3e8290 commit 5285990

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
name: Start action runners
2222
runs-on: ubuntu-latest
2323
steps:
24-
- uses: glotzerlab/jetstream2-admin/start@v1.2.4
24+
- uses: glotzerlab/jetstream2-admin/start@v1.2.5
2525
with:
2626
OS_APPLICATION_CREDENTIAL_ID: ${{ secrets.OS_APPLICATION_CREDENTIAL_ID }}
2727
OS_APPLICATION_CREDENTIAL_SECRET: ${{ secrets.OS_APPLICATION_CREDENTIAL_SECRET }}
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
configuration: [nompi, greatlakes, bridges2, delta, expanse, expanse-gpu, anvil]
3636
steps:
37-
- uses: actions/checkout@v4.1.2
37+
- uses: actions/checkout@v4.1.4
3838
- name: Login to DockerHub
3939
if: ${{ github.event_name != 'pull_request' || (github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot]') }}
4040
uses: docker/login-action@v3.1.0

.github/workflows/update-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
branch: [trunk]
1919
steps:
20-
- uses: actions/checkout@v4.1.2
20+
- uses: actions/checkout@v4.1.4
2121
with:
2222
ref: ${{ matrix.branch }}
2323
- uses: tibdex/github-app-token@v2.1
@@ -50,7 +50,7 @@ jobs:
5050
- name: Display updates
5151
run: git diff
5252
- name: Create Pull Request
53-
uses: peter-evans/create-pull-request@v6.0.2
53+
uses: peter-evans/create-pull-request@v6.0.5
5454
with:
5555
base: ${{ matrix.branch }}
5656
commit-message: "[update-packages] Bump package versions"

0 commit comments

Comments
 (0)