Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.2...v4.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 19, 2024
1 parent f82aa16 commit e0e1a65
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: 🚀 Run YAMLlint
uses: frenck/[email protected]

Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 📥 Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: 🚀 Run Remark lint
uses: "docker://pipelinecomponents/remark-lint:latest"
continue-on-error: true
Expand All @@ -39,7 +39,7 @@ jobs:
current_version: ${{ steps.currentver.outputs.current_version }}
steps:
- name: 📥 Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: 🚀 Get Installed Version from .HA_VERSION
id: currentver
run: |
Expand All @@ -56,7 +56,7 @@ jobs:
version: ["${{ needs.ha_version.outputs.current_version }}", "stable", "beta", "dev"]
steps:
- name: 📥 Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: 📄 Create empty files
run: |
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
needs: [yamllint]
steps:
- name: 📥 Check out repository
uses: actions/[email protected].2
uses: actions/[email protected].3
- name: 📜 Use Python 3.12
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit e0e1a65

Please sign in to comment.