Skip to content

Commit 3d07897

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 438ed2c commit 3d07897

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-package-motion-diff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: build-and-test-package-motion-diff
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v7
2121

2222
- name: 'Install Node'
2323
uses: actions/setup-node@v6

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Clone main repo
20-
uses: actions/checkout@v6
20+
uses: actions/checkout@v7
2121
with:
2222
repository: OpenSlides/OpenSlides
2323
path: "."
@@ -33,7 +33,7 @@ jobs:
3333
run: rm -r openslides-client
3434

3535
- name: Clone openslides-client
36-
uses: actions/checkout@v6
36+
uses: actions/checkout@v7
3737
with:
3838
path: "./openslides-client"
3939

@@ -101,7 +101,7 @@ jobs:
101101
name: build-and-test-dev-image
102102
runs-on: ubuntu-latest
103103
steps:
104-
- uses: actions/checkout@v6
104+
- uses: actions/checkout@v7
105105
with:
106106
submodules: "recursive"
107107

.github/workflows/pick-to-staging.yml

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

2424
steps:
2525
- name: Checkout main
26-
uses: actions/checkout@v6
26+
uses: actions/checkout@v7
2727
with:
2828
ref: main
2929
fetch-depth: 2

0 commit comments

Comments
 (0)