Skip to content

Commit

Permalink
⬆️ Update actions/checkout action to v4.2.1 (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 814e784 commit 9ff3487
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/additional-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 20 in .github/workflows/additional-tags.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run Release Tracker
uses: vweevers/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/labels.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 code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 19 in .github/workflows/labels.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run Label Syncer
uses: micnncim/[email protected]
env:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 13 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run Home Assistant Add-on Lint
uses: frenck/[email protected]
with:
Expand All @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 24 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run yamllint
uses: frenck/[email protected]

Expand All @@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 33 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -41,7 +41,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 44 in .github/workflows/lint.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run Prettier
uses: creyD/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
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 code from GitHub
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1

Check failure on line 20 in .github/workflows/test.yaml

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment
- name: 🚀 Run add-on information action
id: information
uses: ./
Expand Down

0 comments on commit 9ff3487

Please sign in to comment.