Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 4.1.7 to 4.2.0 #40

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ha-config-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out configuration from GitHub
# uses: actions/checkout@v4.1.7
# uses: actions/checkout@v4.2.0
# - name: 🚀 Run yamllint
# uses: frenck/[email protected]
# continue-on-error: true
Expand All @@ -26,7 +26,7 @@ jobs:
# runs-on: ubuntu-18.04
# steps:
# - name: ⤵️ Check out configuration from GitHub
# uses: actions/checkout@v4.1.7
# uses: actions/checkout@v4.2.0
# - name: Running Remark lint
# uses: "docker://pipelinecomponents/remark-lint:latest"
# continue-on-error: true
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out configuration from GitHub
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
- name: Rename Dummy files and remove custom component stuff for config check
run: |
mv -f dummy_files/custom_components_dummy.yaml custom_components.yaml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
steps:
# Git Checkout
- name: Checkout Code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
fetch-depth: 0
Expand Down
Loading