diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4669f2d..097c30f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,7 +11,7 @@ jobs: GRADLE_OPTS: -Dorg.gradle.daemon=false steps: - name: Fetch Sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 35cb10c..14491a6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: GRADLE_OPTS: -Dorg.gradle.daemon=false steps: - name: Fetch Sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup Gradle Dependencies Cache uses: actions/cache@v3.3.1