diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index be7eede..d8389c5 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -48,7 +48,7 @@ jobs: release_notes: ${{ steps.release-notes.outputs.release-notes }} commit_sha: ${{ steps.commit-and-push.outputs.commit_sha }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 @@ -112,7 +112,7 @@ jobs: contents: write steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: ref: ${{ needs.prepare-version.outputs.commit_sha }} diff --git a/.github/workflows/dependabot-auto-approve.yml b/.github/workflows/dependabot-auto-approve.yml index e1024c4..b8f9b79 100644 --- a/.github/workflows/dependabot-auto-approve.yml +++ b/.github/workflows/dependabot-auto-approve.yml @@ -11,7 +11,7 @@ jobs: - name: Dependabot metadata id: dependabot-metadata uses: dependabot/fetch-metadata@v3 - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Approve a PR if not already approved run: | gh pr checkout "$PR_URL" # sets the upstream metadata for `gh pr status` diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index fa584eb..1b24631 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -17,7 +17,7 @@ jobs: PR_URL: ${{github.event.pull_request.html_url}} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/test_if_it_builds.yml b/.github/workflows/test_if_it_builds.yml index 7f5544d..5342c6d 100644 --- a/.github/workflows/test_if_it_builds.yml +++ b/.github/workflows/test_if_it_builds.yml @@ -8,7 +8,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: set up JDK 21 uses: actions/setup-java@v5 with: