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/files-external-smb.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/files-external-smb.yml')
-rw-r--r-- | .github/workflows/files-external-smb.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/files-external-smb.yml b/.github/workflows/files-external-smb.yml index d5c62ef2aad..e47730b33ac 100644 --- a/.github/workflows/files-external-smb.yml +++ b/.github/workflows/files-external-smb.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: submodules: true |