We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6479541 + 7496c0a commit f2ea488Copy full SHA for f2ea488
1 file changed
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
- name: Setup PHP with Xdebug
20
uses: shivammathur/setup-php@v2
21
with:
@@ -28,7 +28,7 @@ jobs:
28
- name: Install Composer dependencies
29
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
30
- name: Checkout website
31
32
33
path: 'api-docs'
34
repository: 'firefly-iii/api-docs'
0 commit comments