summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-06-13 14:03:10 +0200
committerJoas Schilling <coding@schilljs.com>2024-06-13 14:03:10 +0200
commit644841bcbc7c578d26bb80219c95ca54d3313ff5 (patch)
treecd86c0869f908d1dbd2986f164ec64b202a9fcaa
parente0ba1e75f03e3f0e5366829ba1277b1f559e7af4 (diff)
fix(CI): Bump checkout action version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--.github/workflows/integration-mysql.yml2
-rw-r--r--.github/workflows/integration-oci.yml2
-rw-r--r--.github/workflows/integration-pgsql.yml2
-rw-r--r--.github/workflows/integration-sqlite.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/integration-mysql.yml b/.github/workflows/integration-mysql.yml
index 33b9fafc7..ffd777002 100644
--- a/.github/workflows/integration-mysql.yml
+++ b/.github/workflows/integration-mysql.yml
@@ -95,7 +95,7 @@ jobs:
ref: ${{ matrix.call-summary-bot-versions }}
- name: Checkout circles app
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: nextcloud/circles
path: apps/circles
diff --git a/.github/workflows/integration-oci.yml b/.github/workflows/integration-oci.yml
index 8e8162d24..ae0c1c561 100644
--- a/.github/workflows/integration-oci.yml
+++ b/.github/workflows/integration-oci.yml
@@ -107,7 +107,7 @@ jobs:
ref: ${{ matrix.call-summary-bot-versions }}
- name: Checkout circles app
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: nextcloud/circles
path: apps/circles
diff --git a/.github/workflows/integration-pgsql.yml b/.github/workflows/integration-pgsql.yml
index c2df4d745..39aab417b 100644
--- a/.github/workflows/integration-pgsql.yml
+++ b/.github/workflows/integration-pgsql.yml
@@ -98,7 +98,7 @@ jobs:
ref: ${{ matrix.call-summary-bot-versions }}
- name: Checkout circles app
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: nextcloud/circles
path: apps/circles
diff --git a/.github/workflows/integration-sqlite.yml b/.github/workflows/integration-sqlite.yml
index c65a4cdf7..da0f413c0 100644
--- a/.github/workflows/integration-sqlite.yml
+++ b/.github/workflows/integration-sqlite.yml
@@ -86,7 +86,7 @@ jobs:
ref: ${{ matrix.call-summary-bot-versions }}
- name: Checkout circles app
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
with:
repository: nextcloud/circles
path: apps/circles