Skip to content

Commit

Permalink
Merge pull request #25 from glotzerlab/dependabot-github_actions-trun…
Browse files Browse the repository at this point in the history
…k-actions-version-8569ab1221

Bump the actions-version group with 2 updates
  • Loading branch information
joaander authored Mar 3, 2025
2 parents 188b11d + 09ccdaa commit 15478da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-conda-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: code
ref: ${{ inputs.branch }}

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

- name: Create pull request
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
with:
base: ${{ inputs.branch }}
path: code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-uv-lockfiles.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: code
ref: ${{ inputs.branch }}

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

- name: Create pull request
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7.0.7
with:
base: ${{ inputs.branch }}
path: code
Expand Down

0 comments on commit 15478da

Please sign in to comment.