Skip to content

Commit d2adafa

Browse files
chore(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9cfd2c commit d2adafa

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
CI: true
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v6
3232
with:
3333
persist-credentials: false
3434

.github/workflows/security.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
contents: read
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
with:
3535
persist-credentials: false
3636

@@ -46,7 +46,7 @@ jobs:
4646
contents: read
4747
steps:
4848
- name: Checkout
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v6
5050
with:
5151
persist-credentials: false
5252

@@ -69,7 +69,7 @@ jobs:
6969
contents: read
7070
steps:
7171
- name: Checkout
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v6
7373
with:
7474
fetch-depth: 0
7575
persist-credentials: false
@@ -94,7 +94,7 @@ jobs:
9494
- javascript-typescript
9595
steps:
9696
- name: Checkout
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v6
9898
with:
9999
fetch-depth: 0
100100
persist-credentials: false

0 commit comments

Comments
 (0)