Skip to content

Commit ecc765f

Browse files
Bump actions/checkout from 4.2.0 to 4.2.1 (#277)
1 parent 0d601a1 commit ecc765f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout the repository
21-
uses: actions/[email protected].0
21+
uses: actions/[email protected].1
2222

2323
- name: Run JQ lint
2424
uses: home-assistant/actions/helpers/jq@master
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- name: Checkout the repository
54-
uses: actions/[email protected].0
54+
uses: actions/[email protected].1
5555

5656
- name: Use NodeJS
5757
uses: actions/[email protected]
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
steps:
7373
- name: Checkout the repository
74-
uses: actions/[email protected].0
74+
uses: actions/[email protected].1
7575

7676
- name: Use NodeJS
7777
uses: actions/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/[email protected].0
18+
uses: actions/[email protected].1
1919

2020
- name: Get version number
2121
id: version

0 commit comments

Comments
 (0)