Skip to content

Commit fc875dd

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 61f9ff0 commit fc875dd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: macos-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4.2.2
13+
- uses: actions/checkout@v6.0.0
1414
with:
1515
fetch-depth: '1'
1616
submodules: 'true'

.github/workflows/release.draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232

33-
- uses: actions/checkout@v4.2.2
33+
- uses: actions/checkout@v6.0.0
3434
with:
3535
fetch-depth: '0'
3636

.github/workflows/slack-notify.demo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222

23-
- uses: actions/checkout@v4.2.2
23+
- uses: actions/checkout@v6.0.0
2424

2525
- name: success-slack-notification
2626
uses: rtCamp/[email protected]

0 commit comments

Comments
 (0)