Skip to content

Commit 2f1b572

Browse files
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#547)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 55ac8c5 commit 2f1b572

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/[email protected].0
13+
- uses: actions/[email protected].1
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/[email protected].0
33+
- uses: actions/[email protected].1
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/[email protected].0
23+
- uses: actions/[email protected].1
2424

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

0 commit comments

Comments
 (0)