Skip to content

Commit 7e1920f

Browse files
author
Greg Bowler
committed
1 parent 54eaca5 commit 7e1920f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

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

1515
with:
1616
php_version: '8.1'
1717
ssh_key: ${{ secrets.SSH_KEY }}
1818
ssh_key_pub: ${{ secrets.SSH_KEY_PUB }}
1919

20-
- uses: actions/upload-artifact@v2
20+
- uses: actions/upload-artifact@v3
2121
with:
2222
name: debug-output
2323
path: output.log

0 commit comments

Comments
 (0)