We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e712ed + 6ebd7e4 commit e21da0dCopy full SHA for e21da0d
.github/workflows/ci.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: "Checkout"
34
- uses: "actions/checkout@v5"
+ uses: "actions/checkout@v6"
35
with:
36
fetch-depth: 0
37
.github/workflows/update.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
21
22
- name: "Install flox"
23
uses: "flox/install-flox-action@main"
@@ -26,7 +26,7 @@ jobs:
26
run: "flox -vvv upgrade"
27
28
- name: "Create Pull Request"
29
- uses: "peter-evans/create-pull-request@v7"
+ uses: "peter-evans/create-pull-request@v8"
30
token: "${{ secrets.MANAGED_FLOXBOT_GITHUB_ACCESS_TOKEN_REPO_SCOPE }}"
add-paths: ".flox"
0 commit comments