Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
  • Loading branch information
dependabot[bot] authored Nov 12, 2023
1 parent 2ac455a commit c1dff1c
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builder.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Get information
id: info
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -20,7 +20,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/tester.yaml
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ jobs:

steps:
- name: ⤵️ Check out code from GitHub
uses: actions/[email protected].0
uses: actions/[email protected].1

- name: Get information
id: info

0 comments on commit c1dff1c

Please sign in to comment.