Skip to content

Commit 07a8237

Browse files
Bump actions/checkout from 5 to 6 in the all group
Bumps the all group with 1 update: [actions/checkout](https://github.com/actions/checkout). 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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 54fafa8 commit 07a8237

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
runs-on: ${{ matrix.os }}
6868
steps:
6969
- name: Checkout Viper-IDE
70-
uses: actions/checkout@v5
70+
uses: actions/checkout@v6
7171

7272
- name: Install Node.js
7373
uses: actions/setup-node@v6
@@ -260,7 +260,7 @@ jobs:
260260
steps:
261261
# we have to checkout the repo to read client/package.json later on:
262262
- name: Checkout Viper-IDE
263-
uses: actions/checkout@v5
263+
uses: actions/checkout@v6
264264

265265
- name: Download packaged Viper IDE
266266
uses: actions/download-artifact@v6

.github/workflows/update-viperserver.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out the repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Update ViperServer version used by the tests
2424
run: |

.github/workflows/update-vscode.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out the repo
21-
uses: actions/checkout@v5
21+
uses: actions/checkout@v6
2222

2323
- name: Update VS Code version used by the tests
2424
run: |

0 commit comments

Comments
 (0)