Merge pull request #436 from nextcloud/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
Simon L 2022-03-31 15:50:59 +02:00 committed by GitHub
commit 0a63b49504
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up php8.0
uses: shivammathur/setup-php@v2