Skip to content

Commit 15478da

Browse files
authored
Merge pull request #25 from glotzerlab/dependabot-github_actions-trunk-actions-version-8569ab1221
Bump the actions-version group with 2 updates
2 parents 188b11d + 09ccdaa commit 15478da

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/update-conda-lockfiles.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: code
2626
ref: ${{ inputs.branch }}
2727

28-
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
28+
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
2929
id: generate-token
3030
with:
3131
app-id: ${{ secrets.PR_SUBMITTER_APP_ID }}
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: code/${{ inputs.path }}
5151

5252
- name: Create pull request
53-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
53+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
5454
with:
5555
base: ${{ inputs.branch }}
5656
path: code

.github/workflows/update-uv-lockfiles.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
path: code
2626
ref: ${{ inputs.branch }}
2727

28-
- uses: actions/create-github-app-token@136412a57a7081aa63c935a2cc2918f76c34f514 # v1.11.2
28+
- uses: actions/create-github-app-token@0d564482f06ca65fa9e77e2510873638c82206f2 # v1.11.5
2929
id: generate-token
3030
with:
3131
app-id: ${{ secrets.PR_SUBMITTER_APP_ID }}
@@ -50,7 +50,7 @@ jobs:
5050
working-directory: code/${{ inputs.path }}
5151

5252
- name: Create pull request
53-
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
53+
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
5454
with:
5555
base: ${{ inputs.branch }}
5656
path: code

0 commit comments

Comments
 (0)