Skip to content

Commit 96f658c

Browse files
Bump actions/checkout from 4.1.2 to 4.1.5 (#249)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 50ce5b9 commit 96f658c

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].2
21+
uses: actions/[email protected].5
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].2
54+
uses: actions/[email protected].5
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].2
74+
uses: actions/[email protected].5
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].2
18+
uses: actions/[email protected].5
1919

2020
- name: Get version number
2121
id: version

0 commit comments

Comments
 (0)