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

⬆️ Update actions/checkout action to v4.1.7 #97

Merged
merged 1 commit into from
Jun 12, 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
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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment

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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment

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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment

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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment

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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment

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 @@
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

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

View workflow job for this annotation

GitHub Actions / yamllint

too few spaces before comment

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