Skip to content

Commit e21da0d

Browse files
authored
Merge pull request #383 from flox/dependabot/github_actions/all-3cfc3b3ac3
chore(deps): bump the all group across 1 directory with 2 updates
2 parents 6e712ed + 6ebd7e4 commit e21da0d

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)