Skip to content

Commit

Permalink
[TASK] Use current version of actions/checkout
Browse files Browse the repository at this point in the history
Prevents warnings in the actions tab on github.
  • Loading branch information
mschwemer committed Feb 19, 2024
1 parent 845d668 commit 707d7bc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Run TypoScript lint"
uses: TYPO3-Continuous-Integration/TYPO3-CI-Typoscript-Lint@v1
with:
Expand All @@ -39,7 +39,7 @@ jobs:
needs: php-lint
steps:
- name: "Checkout"
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
Expand All @@ -54,7 +54,7 @@ jobs:
needs: php-lint
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 707d7bc

Please sign in to comment.