Skip to content

Commit 2c2d131

Browse files
Bump actions/checkout from 3.0.0 to 3.0.1 (home-assistant#22396)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3b61340 commit 2c2d131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Check out files from GitHub
11-
uses: actions/checkout@v3.0.0
11+
uses: actions/checkout@v3.0.1
1212
- name: Setting up Node.js
1313
uses: actions/setup-node@v3.1.1
1414
with:
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Check out files from GitHub
28-
uses: actions/checkout@v3.0.0
28+
uses: actions/checkout@v3.0.1
2929
- name: Setting up Node.js
3030
uses: actions/setup-node@v3.1.1
3131
with:

0 commit comments

Comments
 (0)