Skip to content

Commit

Permalink
chore: Use newer version of actions/checkout@v4 (#15)
Browse files Browse the repository at this point in the history
Also add trailing newline for FUNDING.yml

Co-authored-by: Justus Moroni <[email protected]>
  • Loading branch information
justusmoroni and justusmoroni authored Apr 2, 2024
1 parent 9f8d901 commit 14ad109
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
github: codappix
github: codappix
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
check-composer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Validate composer.json
run: composer validate
Expand All @@ -20,7 +20,7 @@ jobs:
- 8.3
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
needs: [check-composer]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand All @@ -58,7 +58,7 @@ jobs:
- php-linting
- xml-linting
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- php-version: '8.3'
typo3-version: '^12.4'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
typo3-version: '^12.4'
db-version: '8'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 14ad109

Please sign in to comment.