Skip to content

Commit 62e0689

Browse files
authored
Update GitHub Actions workflow references
1 parent 4fe912a commit 62e0689

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ on:
1111
jobs:
1212
lint:
1313
name: Linter
14-
uses: samjuk/gha-test-actions/.github/workflows/magento2-test-lint.yaml@master
14+
uses: samjuk/github-actions/.github/workflows/magento2-test-lint.yaml@master
1515

1616
static:
1717
name: Static Analysis
18-
uses: samjuk/gha-test-actions/.github/workflows/magento2-test-static.yaml@master
18+
uses: samjuk/github-actions/.github/workflows/magento2-test-static.yaml@master
1919
needs: lint
2020

2121
unit-tests-ghas:
2222
name: Unit Tests (GHAS)
23-
uses: samjuk/gha-test-actions/.github/workflows/magento2-test-unit-module-ghas.yaml@master
23+
uses: samjuk/github-actions/.github/workflows/magento2-test-unit-module-ghas.yaml@master
2424
needs: static
2525
with:
2626
magento_version: ${{ matrix.magento_version }}

0 commit comments

Comments
 (0)