diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9cd3b5a91..04621fd88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: api-level: [ 29 ] steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # PR builds (including forks) check out the PR head from its source repo; # push builds fall back to the pushed ref on this repo. Without the @@ -65,7 +65,7 @@ jobs: needs: build-and-test steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up JDK 17 uses: actions/setup-java@v5 diff --git a/.github/workflows/create_swift_package.yml b/.github/workflows/create_swift_package.yml index 14f99e9e3..03f35d90d 100644 --- a/.github/workflows/create_swift_package.yml +++ b/.github/workflows/create_swift_package.yml @@ -17,7 +17,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout the repo with tags - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 fetch-tags: true