Skip to content

Commit 6e6d868

Browse files
dependabot[bot]garbas
authored andcommitted
chore(deps): bump the all group with 4 updates
Bumps the all group with 4 updates: [actions/cache](https://github.com/actions/cache), [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v6...v7) 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/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: actions/download-artifact dependency-version: '7' 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] <[email protected]>
1 parent f1821e2 commit 6e6d868

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: "flox/install-flox-action@main"
4545

4646
- name: "Restore npm cache"
47-
uses: "actions/cache@v4"
47+
uses: "actions/cache@v5"
4848
with:
4949
path: |
5050
~/.npm
@@ -84,7 +84,7 @@ jobs:
8484
command: "npm run package -- --out flox-latest.vsix"
8585

8686
- name: "Upload vscode extention as artifact"
87-
uses: "actions/upload-artifact@v5"
87+
uses: "actions/upload-artifact@v6"
8888
with:
8989
name: "flox-latest-${{ matrix.os }}.vsix"
9090
path: "flox-latest.vsix"
@@ -111,7 +111,7 @@ jobs:
111111
uses: "flox/install-flox-action@main"
112112

113113
- name: "Restore npm cache"
114-
uses: "actions/cache@v4"
114+
uses: "actions/cache@v5"
115115
with:
116116
path: |
117117
~/.npm
@@ -125,7 +125,7 @@ jobs:
125125
command: "npm ci"
126126

127127
- name: "Download Build Artifact"
128-
uses: actions/download-artifact@v6
128+
uses: actions/download-artifact@v7
129129
with:
130130
name: "flox-latest-ubuntu-latest.vsix"
131131

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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)