From c215fdadfed1fec6f9de49314454f8fc4468b556 Mon Sep 17 00:00:00 2001 From: micronaut-build Date: Mon, 7 Mar 2022 06:57:51 +0000 Subject: [PATCH] Update common files --- .github/workflows/central-sync.yml | 2 +- .github/workflows/dependency-update.yml | 2 +- .github/workflows/graalvm.yml | 2 +- .github/workflows/gradle.yml | 2 +- .github/workflows/publish-snapshot.yml | 2 +- .github/workflows/release-notes.yml | 2 +- .github/workflows/release.yml | 4 ++-- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/central-sync.yml b/.github/workflows/central-sync.yml index a9c03080d..e3b36a2ff 100644 --- a/.github/workflows/central-sync.yml +++ b/.github/workflows/central-sync.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ref: v${{ github.event.inputs.release_version }} - uses: gradle/wrapper-validation-action@v1 diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 4525fad17..2d8f826eb 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -11,7 +11,7 @@ jobs: dependency-updates: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2.1.7 with: path: ~/.gradle/caches diff --git a/.github/workflows/graalvm.yml b/.github/workflows/graalvm.yml index 0bf57f16f..58830297b 100644 --- a/.github/workflows/graalvm.yml +++ b/.github/workflows/graalvm.yml @@ -28,7 +28,7 @@ jobs: sudo rm -rf "$AGENT_TOOLSDIRECTORY" sudo apt-get clean df -h - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2.1.7 with: path: ~/.gradle/caches diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml index 85611d268..92e142a1c 100644 --- a/.github/workflows/gradle.yml +++ b/.github/workflows/gradle.yml @@ -28,7 +28,7 @@ jobs: sudo rm -rf "$AGENT_TOOLSDIRECTORY" sudo apt-get clean df -h - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2.1.7 with: path: ~/.gradle/caches diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 9fca5acca..88b7fdf5c 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -10,7 +10,7 @@ jobs: if: github.repository != 'micronaut-projects/micronaut-project-template' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/cache@v2.1.7 with: path: ~/.gradle/caches diff --git a/.github/workflows/release-notes.yml b/.github/workflows/release-notes.yml index c06b4f3f9..35c3bf7a7 100644 --- a/.github/workflows/release-notes.yml +++ b/.github/workflows/release-notes.yml @@ -16,7 +16,7 @@ jobs: if: github.repository != 'micronaut-projects/micronaut-project-template' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Check if it has release drafter config file id: check_release_drafter run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd3c22b50..0b0a7e5b1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN }} - uses: gradle/wrapper-validation-action@v1 @@ -64,7 +64,7 @@ jobs: GRADLE_ENTERPRISE_CACHE_USERNAME: ${{ secrets.GRADLE_ENTERPRISE_CACHE_USERNAME }} GRADLE_ENTERPRISE_CACHE_PASSWORD: ${{ secrets.GRADLE_ENTERPRISE_CACHE_PASSWORD }} - name: Checkout micronaut-core - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GH_TOKEN }} repository: micronaut-projects/micronaut-core