Skip to content

Commit

Permalink
ci: update actions/checkout to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
brotkrueml committed Feb 11, 2024
1 parent 1a376c2 commit 6e2d4ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
typo3-versions: ^12
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup PHP version
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup PHP version
Expand Down

0 comments on commit 6e2d4ea

Please sign in to comment.