diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 71430a6..0cea58d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: disablePlugin: ${{ steps.dynamic_prop.outputs.disablePlugin }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: token: ${{ secrets.BEEIO_CI_TOKEN }} @@ -67,7 +67,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - name: Import GPG key id: import_gpg @@ -136,7 +136,7 @@ jobs: needs: context if: needs.context.outputs.shouldBuild == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 with: fetch-depth: 0 @@ -190,7 +190,7 @@ jobs: needs: [ build, context ] if: needs.context.outputs.isRelease == 'true' steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3.1.0 - run: | ./gradlew closeAndReleaseRepository \ -Pnexus.username=${{ secrets.OSS_SONATYPE_USER }} \