Skip to content

Commit 127d354

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 fc1c411 commit 127d354

7 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/api-flow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
- name: Checkout
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
persist-credentials: false
3737

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
runs-on: ubuntu-latest
3535
steps:
3636
- name: Checkout source repository
37-
uses: actions/checkout@v6
37+
uses: actions/checkout@v7
3838
with:
3939
ref: ${{ github.sha }}
4040
submodules: true

.github/workflows/changelog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
fetch-depth: 1
3030
persist-credentials: false

.github/workflows/linter.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Type checker
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6
14+
- uses: actions/checkout@v7
1515
with:
1616
persist-credentials: false
1717

@@ -35,7 +35,7 @@ jobs:
3535
name: Lint checker
3636
runs-on: ubuntu-latest
3737
steps:
38-
- uses: actions/checkout@v6
38+
- uses: actions/checkout@v7
3939
with:
4040
persist-credentials: false
4141

@@ -63,7 +63,7 @@ jobs:
6363
contents: read
6464
actions: read
6565
steps:
66-
- uses: actions/checkout@v6
66+
- uses: actions/checkout@v7
6767
with:
6868
persist-credentials: false
6969

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
outputs:
2626
VERSION: ${{ steps.build.outputs.VERSION }}
2727
steps:
28-
- uses: actions/checkout@v6
28+
- uses: actions/checkout@v7
2929
with:
3030
submodules: true
3131
persist-credentials: true
@@ -83,7 +83,7 @@ jobs:
8383
url: https://marketplace.visualstudio.com/item?itemName=vsc-neuropilot.neuropilot-base
8484
steps:
8585
- name: Checkout repo # why
86-
uses: actions/checkout@v6
86+
uses: actions/checkout@v7
8787
with:
8888
persist-credentials: false
8989

@@ -114,7 +114,7 @@ jobs:
114114
url: https://open-vsx.org/extension/vsc-neuropilot/neuropilot-base
115115
steps:
116116
- name: Checkout repo # why
117-
uses: actions/checkout@v6
117+
uses: actions/checkout@v7
118118
with:
119119
persist-credentials: false
120120

.github/workflows/synchronise-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
contents: write
1717
steps:
1818
- name: Checkout repo
19-
uses: actions/checkout@v6
19+
uses: actions/checkout@v7
2020
with:
2121
ref: 'master'
2222
fetch-depth: 0

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ${{ matrix.os }}
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v6
30+
uses: actions/checkout@v7
3131
with:
3232
persist-credentials: false
3333

@@ -68,7 +68,7 @@ jobs:
6868
browser: [chromium, firefox, webkit]
6969
steps:
7070
- name: Checkout
71-
uses: actions/checkout@v6
71+
uses: actions/checkout@v7
7272
with:
7373
persist-credentials: false
7474

0 commit comments

Comments
 (0)