diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3424b48..a147839 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -27,7 +27,7 @@ jobs: java-version: 20 - name: Setup Android SDK - uses: android-actions/setup-android@v4.0.0 + uses: android-actions/setup-android@v4.0.1 - name: Decode Keystore env: ENCODED_STRING: ${{ secrets.KEYSTORE_BASE_64 }} diff --git a/.github/workflows/dependabot-merge.yml b/.github/workflows/dependabot-merge.yml index 4a44411..086e7b0 100644 --- a/.github/workflows/dependabot-merge.yml +++ b/.github/workflows/dependabot-merge.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Dependabot metadata id: metadata - uses: dependabot/fetch-metadata@v3.0.0 + uses: dependabot/fetch-metadata@v3.1.0 with: github-token: '${{ secrets.GITHUB_TOKEN }}' - name: Enable auto-merge for Dependabot PRs