Skip to content

Commit c1fb11e

Browse files
author
Greg Bowler
committed
move to master version
1 parent 30b948a commit c1fb11e

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/ci-composer-v1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Install dependencies
13-
uses: php-actions/composer@40-env
13+
uses: php-actions/composer@master
1414
with:
1515
php_version: 8.0
1616
version: 1

.github/workflows/ci-env.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Show environment variables
19-
uses: php-actions/composer@40-env
19+
uses: php-actions/composer@master
2020
with:
2121
php_version: 8.0
2222
ssh_key: ${{ secrets.SSH_KEY }}

.github/workflows/ci-show-output-log.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Install dependencies
13-
uses: php-actions/composer@40-env
13+
uses: php-actions/composer@master
1414
with:
1515
php_version: 8.0
1616
ssh_key: ${{ secrets.SSH_KEY }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Install dependencies
13-
uses: php-actions/composer@40-env
13+
uses: php-actions/composer@master
1414
with:
1515
php_version: 8.0
1616
ssh_key: ${{ secrets.SSH_KEY }}

.github/workflows/dump-autoloader.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Dump autoload
13-
uses: php-actions/composer@40-env
13+
uses: php-actions/composer@master
1414
with:
1515
command: dump-autoload
1616
only_args: --no-dev --no-interaction --classmap-authoritative

.github/workflows/validate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
- uses: actions/checkout@v2
1111

1212
- name: Validate dependencies
13-
uses: php-actions/composer@40-env
13+
uses: php-actions/composer@master
1414
with:
1515
command: validate

0 commit comments

Comments
 (0)