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 }}