Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.5.3...v3.6.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 24, 2023
1 parent 3fc08ce commit 370a883
Show file tree
Hide file tree
Showing 2 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 @@ -15,7 +15,7 @@ jobs:
#version: ["stable", "beta", "dev"]
steps:
- name: ⤵️ Check out configuration from GitHub.
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: 🙈 Ignore integrations + entities which only work on my home network.
run:
rm -f ./integration_entities/sensors/datetime/date_next_*.yaml;
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub.
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0
- name: 🚀 Run yamllint.
uses: frenck/action-yamllint@v1.4.1

Expand All @@ -21,7 +21,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out configuration from GitHub.
# uses: actions/checkout@v3.5.3
# uses: actions/checkout@v3.6.0
# #- name: 🙈 Ignore 3rd party packages.
# # run: rm -rf ./integrations/3rdparty_packages
# #- name: 🙈 Ignore autogenerated files and folders.
Expand Down

0 comments on commit 370a883

Please sign in to comment.