Skip to content

Commit

Permalink
Bump the actions-version group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the actions-version group with 2 updates: [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request).


Updates `actions/create-github-app-token` from 1.11.2 to 1.11.5
- [Release notes](https://github.com/actions/create-github-app-token/releases)
- [Commits](actions/create-github-app-token@136412a...0d56448)

Updates `peter-evans/create-pull-request` from 7.0.6 to 7.0.7
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@67ccf78...dd2324f)

---
updated-dependencies:
- dependency-name: actions/create-github-app-token
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-version
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: actions-version
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 1, 2025
1 parent 188b11d commit 09ccdaa
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 09ccdaa

Please sign in to comment.