Skip to content

Commit f2ea488

Browse files
authored
Merge pull request #71 from firefly-iii/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 6479541 + 7496c0a commit f2ea488

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Setup PHP with Xdebug
2020
uses: shivammathur/setup-php@v2
2121
with:
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install Composer dependencies
2929
run: composer install --prefer-dist --no-interaction --no-progress --no-scripts
3030
- name: Checkout website
31-
uses: actions/checkout@v5
31+
uses: actions/checkout@v6
3232
with:
3333
path: 'api-docs'
3434
repository: 'firefly-iii/api-docs'

0 commit comments

Comments
 (0)