Skip to content

Commit 8aadfe7

Browse files
Bump actions/checkout from 4.1.3 to 4.1.4 (home-assistant#20659)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cff54b7 commit 8aadfe7

9 files changed

+14
-14
lines changed

.github/workflows/cast_deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
2222
steps:
2323
- name: Check out files from GitHub
24-
uses: actions/[email protected].3
24+
uses: actions/[email protected].4
2525
with:
2626
ref: dev
2727

@@ -57,7 +57,7 @@ jobs:
5757
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
5858
steps:
5959
- name: Check out files from GitHub
60-
uses: actions/[email protected].3
60+
uses: actions/[email protected].4
6161
with:
6262
ref: master
6363

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Check out files from GitHub
27-
uses: actions/[email protected].3
27+
uses: actions/[email protected].4
2828
- name: Setup Node
2929
uses: actions/[email protected]
3030
with:
@@ -58,7 +58,7 @@ jobs:
5858
runs-on: ubuntu-latest
5959
steps:
6060
- name: Check out files from GitHub
61-
uses: actions/[email protected].3
61+
uses: actions/[email protected].4
6262
- name: Setup Node
6363
uses: actions/[email protected]
6464
with:
@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-latest
7777
steps:
7878
- name: Check out files from GitHub
79-
uses: actions/[email protected].3
79+
uses: actions/[email protected].4
8080
- name: Setup Node
8181
uses: actions/[email protected]
8282
with:
@@ -100,7 +100,7 @@ jobs:
100100
runs-on: ubuntu-latest
101101
steps:
102102
- name: Check out files from GitHub
103-
uses: actions/[email protected].3
103+
uses: actions/[email protected].4
104104
- name: Setup Node
105105
uses: actions/[email protected]
106106
with:

.github/workflows/codeql-analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/[email protected].3
26+
uses: actions/[email protected].4
2727
with:
2828
# We must fetch at least the immediate parents so that if this is
2929
# a pull request then we can checkout the head.

.github/workflows/demo_deployment.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
2323
steps:
2424
- name: Check out files from GitHub
25-
uses: actions/[email protected].3
25+
uses: actions/[email protected].4
2626
with:
2727
ref: dev
2828

@@ -58,7 +58,7 @@ jobs:
5858
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
5959
steps:
6060
- name: Check out files from GitHub
61-
uses: actions/[email protected].3
61+
uses: actions/[email protected].4
6262
with:
6363
ref: master
6464

.github/workflows/design_deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
url: ${{ steps.deploy.outputs.NETLIFY_LIVE_URL || steps.deploy.outputs.NETLIFY_URL }}
1717
steps:
1818
- name: Check out files from GitHub
19-
uses: actions/[email protected].3
19+
uses: actions/[email protected].4
2020

2121
- name: Setup Node
2222
uses: actions/[email protected]

.github/workflows/design_preview.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
if: github.repository == 'home-assistant/frontend' && contains(github.event.pull_request.labels.*.name, 'needs design preview')
2222
steps:
2323
- name: Check out files from GitHub
24-
uses: actions/[email protected].3
24+
uses: actions/[email protected].4
2525

2626
- name: Setup Node
2727
uses: actions/[email protected]

.github/workflows/nightly.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121
steps:
2222
- name: Checkout the repository
23-
uses: actions/[email protected].3
23+
uses: actions/[email protected].4
2424

2525
- name: Set up Python ${{ env.PYTHON_VERSION }}
2626
uses: actions/setup-python@v5

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
contents: write # Required to upload release assets
2424
steps:
2525
- name: Checkout the repository
26-
uses: actions/[email protected].3
26+
uses: actions/[email protected].4
2727

2828
- name: Verify version
2929
uses: home-assistant/actions/helpers/verify-version@master

.github/workflows/translations.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout the repository
16-
uses: actions/[email protected].3
16+
uses: actions/[email protected].4
1717

1818
- name: Upload Translations
1919
run: |

0 commit comments

Comments
 (0)