diff options
author | Ferdinand Thiessen <opensource@fthiessen.de> | 2023-10-21 23:07:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-21 23:07:47 +0200 |
commit | d2e7708b48ed59388c01ab235e8323ed8601b095 (patch) | |
tree | 9fc7d37b9dd28615d3052befac5369bf63b5d3b7 /.github/workflows/oci.yml | |
parent | 114ee4c3a3a866371fb897fe21c5afb02066e2fe (diff) | |
parent | 7e2bcef41ca67fcb216d231239fb06dba4d6a668 (diff) | |
download | nextcloud-server-d2e7708b48ed59388c01ab235e8323ed8601b095.tar.gz nextcloud-server-d2e7708b48ed59388c01ab235e8323ed8601b095.zip |
Merge pull request #41027 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1
chore(deps): Bump actions/checkout from 4.1.0 to 4.1.1
Diffstat (limited to '.github/workflows/oci.yml')
-rw-r--r-- | .github/workflows/oci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/oci.yml b/.github/workflows/oci.yml index 1050a1f05c2..a0d9067984b 100644 --- a/.github/workflows/oci.yml +++ b/.github/workflows/oci.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout server - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 with: submodules: true |