Skip to content

Commit

Permalink
Merge pull request #40 from FaserF/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4.2.0

Bump actions/checkout from 4.1.7 to 4.2.0
  • Loading branch information
FaserF authored Oct 1, 2024
2 parents a68754a + 3258efb commit 8e93110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit 8e93110

Please sign in to comment.