Skip to content

Commit

Permalink
[TASK] Adjust checkout version of qa actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Feb 15, 2024
1 parent bf92bbb commit b9f3659
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Run TypoScript lint"
uses: TYPO3-Continuous-Integration/TYPO3-CI-Typoscript-Lint@v1
with:
Expand All @@ -38,7 +38,7 @@ jobs:
needs: php-lint
steps:
- name: "Checkout"
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: "Install PHP"
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit b9f3659

Please sign in to comment.