Skip to content

Commit 6ebd7e4

Browse files
dependabot[bot]garbas
authored andcommitted
chore(deps): bump the all group across 1 directory with 2 updates
Bumps the all group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/checkout` from 5 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) Updates `peter-evans/create-pull-request` from 7 to 8 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](peter-evans/create-pull-request@v7...v8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: peter-evans/create-pull-request dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6e712ed commit 6ebd7e4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: "Checkout"
34-
uses: "actions/checkout@v5"
34+
uses: "actions/checkout@v6"
3535
with:
3636
fetch-depth: 0
3737

.github/workflows/update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: "Checkout"
20-
uses: "actions/checkout@v5"
20+
uses: "actions/checkout@v6"
2121

2222
- name: "Install flox"
2323
uses: "flox/install-flox-action@main"
@@ -26,7 +26,7 @@ jobs:
2626
run: "flox -vvv upgrade"
2727

2828
- name: "Create Pull Request"
29-
uses: "peter-evans/create-pull-request@v7"
29+
uses: "peter-evans/create-pull-request@v8"
3030
with:
3131
token: "${{ secrets.MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}"
3232
add-paths: ".flox"

0 commit comments

Comments
 (0)