Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.0...v4.2.1)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 600994a commit 576eb7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
fetch-depth: '1'
submodules: 'true'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.draft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1
with:
fetch-depth: '0'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-notify.demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:

- uses: actions/checkout@v4.2.0
- uses: actions/checkout@v4.2.1

- name: success-slack-notification
uses: rtCamp/action-slack-notify@v2.3.0
Expand Down

0 comments on commit 576eb7c

Please sign in to comment.