diff options
author | John Molakvoæ <skjnldsv@users.noreply.github.com> | 2024-07-02 12:34:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-02 12:34:32 +0200 |
commit | 47f837c962f2c6407429075adb2bca5998140f05 (patch) | |
tree | e0f1858401918ca216c37bff27bc934155f3255c /.github/workflows/phpunit-sqlite.yml | |
parent | 5708b1d8d54a08a738f99c5334479c6487201bd1 (diff) | |
parent | f7b0fa20e98bdaebce6167ff3db1ddc833b52305 (diff) | |
download | nextcloud-server-47f837c962f2c6407429075adb2bca5998140f05.tar.gz nextcloud-server-47f837c962f2c6407429075adb2bca5998140f05.zip |
Merge pull request #46111 from nextcloud/dependabot/github_actions/github-actions-6c0d3fe959
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 5e74575236a..57d06c0c23a 100644 --- a/.github/workflows/phpunit-sqlite.yml +++ b/.github/workflows/phpunit-sqlite.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: submodules: true |