summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2023-10-30 10:52:45 +0100
committerGitHub <noreply@github.com>2023-10-30 10:52:45 +0100
commitce3f213fcd7f33f139ac7cd76699364cbe9a2682 (patch)
tree0182a8939c82f32e856700714935f487f2061308
parent600351c4cf7e8b7c599d6a7cea457cfc09393d03 (diff)
parent15ecb1ae9d15c90ad9683aec289a724949e280b4 (diff)
downloadnextcloud-server-ce3f213fcd7f33f139ac7cd76699364cbe9a2682.tar.gz
nextcloud-server-ce3f213fcd7f33f139ac7cd76699364cbe9a2682.zip
Merge pull request #41169 from nextcloud/dependabot/github_actions/actions/checkout-4.1.1
chore(deps): bump actions/checkout from 3.6.0 to 4.1.1
-rw-r--r--.github/workflows/cypress.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml
index 012c25ce779..269a1b17cd3 100644
--- a/.github/workflows/cypress.yml
+++ b/.github/workflows/cypress.yml
@@ -23,7 +23,7 @@ jobs:
steps:
- name: Checkout server
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
+ uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
with:
# We need to checkout submodules for 3rdparty
submodules: true