diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 1cccb40..de5beef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build with Gradle uses: gradle/gradle-build-action@v3 with: diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index b66efc2..af43200 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -27,7 +27,7 @@ jobs: - release-please if: ${{ needs.release-please.outputs.release_created }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build with Gradle uses: gradle/gradle-build-action@v3 with: