From 644841bcbc7c578d26bb80219c95ca54d3313ff5 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Thu, 13 Jun 2024 14:03:10 +0200 Subject: fix(CI): Bump checkout action version Signed-off-by: Joas Schilling --- .github/workflows/integration-mysql.yml | 2 +- .github/workflows/integration-oci.yml | 2 +- .github/workflows/integration-pgsql.yml | 2 +- .github/workflows/integration-sqlite.yml | 2 +- 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 -- cgit v1.2.3