diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-01-27 13:27:57 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-27 13:27:57 +0000 |
commit | 65b8c8f9dd2285e373ce61a8b549cdbacf7da2ca (patch) | |
tree | 1293ab88712fd401232d811cedced8c2ea1c4f36 /.github/workflows/phpunit-sqlite.yml | |
parent | 85485ba0b611be4237ff90f367fa0c588843a8d5 (diff) | |
parent | 94c5280af4c6a1de051d11ef753ea6d6cedacdd1 (diff) | |
download | nextcloud-server-65b8c8f9dd2285e373ce61a8b549cdbacf7da2ca.tar.gz nextcloud-server-65b8c8f9dd2285e373ce61a8b549cdbacf7da2ca.zip |
Merge pull request #43159 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1
Diffstat (limited to '.github/workflows/phpunit-sqlite.yml')
-rw-r--r-- | .github/workflows/phpunit-sqlite.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/phpunit-sqlite.yml b/.github/workflows/phpunit-sqlite.yml index 8585dd7a8a0..67338888f8d 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -68,7 +68,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true |