Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.1.1 to 4.1.2 (#695)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 18, 2024
1 parent 4e94f28 commit 52b23e3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
name: build
runs-on: ${{ matrix.os }}-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-node@v4.0.2
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2

- uses: actions/setup-node@v4.0.2
with:
Expand All @@ -28,7 +28,7 @@ jobs:
needs:
- release
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.2
with:
ref: main
repository: fsouza/homebrew-prettierd
Expand Down

0 comments on commit 52b23e3

Please sign in to comment.