Skip to content

Commit b41bc94

Browse files
use fixed version
1 parent a914258 commit b41bc94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci-invalid-env.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
echo 'LINE 4' >> $GITHUB_ENV
1919
echo 'EOF' >> $GITHUB_ENV
2020
21-
- uses: php-actions/composer@v6
21+
- uses: BradleyGoulding/composer@master
2222

2323
- name: PHPUnit Tests
24-
uses: php-actions/phpunit@master
24+
uses: BradleyGoulding/phpunit@master
2525
env:
2626
TEST_NAME: Scarlett
2727
with:

0 commit comments

Comments
 (0)