From 1e405888795e56c4b1ae49e0421419ee46ae0ac6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 21:44:05 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v7 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e3f7028..d584f14 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: contents: write steps: - name: checkout builder - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: path: cryptomator-builder @@ -49,7 +49,7 @@ jobs: echo "${{ secrets.SIGNING_KEYSTORE_BASE64 }}" | base64 --decode > "${{ runner.temp }}/release.p12" - name: checkout cryptomator - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: repository: cryptomator/android ref: ${{ env.CRYPTOMATOR_VERSION }}