Skip to content

Commit 02b6732

Browse files
build(deps): bump actions/checkout from 4 to 5 (#181)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 115ac58 commit 02b6732

11 files changed

+16
-16
lines changed

.github/workflows/nested-quality.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
steps:
3333
- name: Check out repo
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
persist-credentials: false
3737

@@ -48,7 +48,7 @@ jobs:
4848
permissions:
4949
contents: read
5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
persist-credentials: false
5454

@@ -77,7 +77,7 @@ jobs:
7777
contents: read
7878
steps:
7979
- name: Check out repo
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v5
8181
with:
8282
persist-credentials: false
8383

.github/workflows/plugins-benchmark-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
node-version: ${{ fromJson(inputs.node-versions) }}
5959
steps:
6060
- name: Checkout ${{ inputs.pr-repo }}@${{ inputs.pr-ref }}
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
persist-credentials: false
6464
ref: ${{ inputs.pr-sha }}
@@ -83,7 +83,7 @@ jobs:
8383
echo 'EOF' >> "$GITHUB_OUTPUT"
8484
8585
- name: Checkout ${{ inputs.base-repo }}@${{ inputs.base-ref }}
86-
uses: actions/checkout@v4
86+
uses: actions/checkout@v5
8787
with:
8888
persist-credentials: false
8989
ref: ${{ inputs.base-sha }}

.github/workflows/plugins-ci-elasticsearch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
6767
steps:
6868
- name: Check out repo
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
persist-credentials: false
7272

.github/workflows/plugins-ci-kafka.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
steps:
7272
- name: Check out repo
73-
uses: actions/checkout@v4
73+
uses: actions/checkout@v5
7474
with:
7575
persist-credentials: false
7676

.github/workflows/plugins-ci-mongo.yml

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

5959
steps:
6060
- name: Check out repo
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v5
6262
with:
6363
persist-credentials: false
6464

.github/workflows/plugins-ci-mysql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
6565
steps:
6666
- name: Check out repo
67-
uses: actions/checkout@v4
67+
uses: actions/checkout@v5
6868
with:
6969
persist-credentials: false
7070

.github/workflows/plugins-ci-package-manager.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
pnpm-version: [8]
2222
steps:
2323
- name: Check out repo
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
persist-credentials: false
2727

@@ -52,7 +52,7 @@ jobs:
5252
node-version: ${{ fromJson(inputs.node-versions) }}
5353
steps:
5454
- name: Check out repo
55-
uses: actions/checkout@v4
55+
uses: actions/checkout@v5
5656
with:
5757
persist-credentials: false
5858

.github/workflows/plugins-ci-postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
steps:
6767
- name: Check out repo
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
persist-credentials: false
7171

.github/workflows/plugins-ci-redis.yml

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

5858
steps:
5959
- name: Check out repo
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161
with:
6262
persist-credentials: false
6363

.github/workflows/plugins-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
node-version: 16
6767
steps:
6868
- name: Check out repo
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
persist-credentials: false
7272

@@ -94,7 +94,7 @@ jobs:
9494
contents: read
9595
steps:
9696
- name: Check out repo
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v5
9898
with:
9999
persist-credentials: false
100100

0 commit comments

Comments
 (0)