Skip to content

Commit 76a482c

Browse files
committed
hack hack hack hack
Signed-off-by: Brian Harring <ferringb@gmail.com>
1 parent a3bc053 commit 76a482c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Checkout code
51-
uses: action/checkout@v5
51+
uses: actions/checkout@v5
5252

5353
- name: Swap artifact in
5454
if: inputs.artifact-id
@@ -102,7 +102,7 @@ jobs:
102102
runs-on: ubuntu-latest
103103
steps:
104104
- name: Checkout pkgcore
105-
uses: action/checkout@v5
105+
uses: actions/checkout@v5
106106
with:
107107
path: pkgcore
108108

@@ -145,7 +145,7 @@ jobs:
145145
runs-on: ubuntu-latest
146146
steps:
147147
- name: Checkout pkgcore
148-
uses: action/checkout@v5
148+
uses: actions/checkout@v5
149149
with:
150150
path: pkgcore
151151

@@ -198,7 +198,7 @@ jobs:
198198
runs-on: ubuntu-latest
199199
steps:
200200
- name: Checkout code
201-
uses: action/checkout@v5
201+
uses: actions/checkout@v5
202202
with:
203203
path: pkgcore
204204

0 commit comments

Comments
 (0)