Skip to content

Commit 1600026

Browse files
author
Greg Bowler
committed
feature: tidy ready for v4 release
1 parent 38d9d6b commit 1600026

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

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

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

1212
- name: Install dependencies
13-
uses: php-actions/composer@92-set-output
13+
uses: php-actions/composer@master
1414
with:
1515
php_version: 8.1
1616
ssh_key: ${{ secrets.SSH_KEY }}
@@ -23,6 +23,3 @@ jobs:
2323

2424
- name: Check the content of the output log
2525
run: cat /home/runner/work/example-composer/example-composer/output.log
26-
27-
- name: Test what output is
28-
run: echo "Output is $GITHUB_OUTPUT" && cat $GITHUB_OUTPUT

.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@v3
1111

1212
- name: Install dependencies
13-
uses: php-actions/composer@92-set-output
13+
uses: php-actions/composer@master
1414

1515
with:
1616
php_version: '8.1'

0 commit comments

Comments
 (0)