commit
241c55277b
|
@ -11,7 +11,7 @@ runs:
|
||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Homebrew Tap Repo
|
- name: Check Out Homebrew Tap Repo
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: updated-homebrew-tap-repo
|
path: updated-homebrew-tap-repo
|
||||||
repository: spring-io/homebrew-tap
|
repository: spring-io/homebrew-tap
|
||||||
|
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Build and Publish
|
- name: Build and Publish
|
||||||
id: build-and-publish
|
id: build-and-publish
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|
|
@ -9,7 +9,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
git config --global core.longPaths true
|
git config --global core.longPaths true
|
||||||
Stop-Service -name Docker
|
Stop-Service -name Docker
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|
|
@ -14,7 +14,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Build and Publish
|
- name: Build and Publish
|
||||||
id: build-and-publish
|
id: build-and-publish
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
@ -70,7 +70,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v5
|
||||||
- name: Sync to Maven Central
|
- name: Sync to Maven Central
|
||||||
uses: ./.github/actions/sync-to-maven-central
|
uses: ./.github/actions/sync-to-maven-central
|
||||||
with:
|
with:
|
||||||
|
@ -104,7 +104,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v5
|
||||||
- name: Publish
|
- name: Publish
|
||||||
uses: ./.github/actions/publish-gradle-plugin
|
uses: ./.github/actions/publish-gradle-plugin
|
||||||
with:
|
with:
|
||||||
|
@ -121,7 +121,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v5
|
||||||
- name: Publish to SDKMAN!
|
- name: Publish to SDKMAN!
|
||||||
uses: ./.github/actions/publish-to-sdkman
|
uses: ./.github/actions/publish-to-sdkman
|
||||||
with:
|
with:
|
||||||
|
@ -137,7 +137,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v5
|
||||||
- name: Update Homebrew Tap
|
- name: Update Homebrew Tap
|
||||||
uses: ./.github/actions/update-homebrew-tap
|
uses: ./.github/actions/update-homebrew-tap
|
||||||
with:
|
with:
|
||||||
|
@ -168,7 +168,7 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@v5
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: ./.github/actions/create-github-release
|
uses: ./.github/actions/create-github-release
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -19,7 +19,7 @@ jobs:
|
||||||
toolchain: true
|
toolchain: true
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Prepare Gradle Build
|
- name: Prepare Gradle Build
|
||||||
uses: ./.github/actions/prepare-gradle-build
|
uses: ./.github/actions/prepare-gradle-build
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -22,7 +22,7 @@ jobs:
|
||||||
actions: write
|
actions: write
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out
|
- name: Check Out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: docs-build
|
ref: docs-build
|
||||||
- name: Trigger Workflow
|
- name: Trigger Workflow
|
||||||
|
|
|
@ -38,13 +38,13 @@ jobs:
|
||||||
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Release Verification Tests
|
- name: Check Out Release Verification Tests
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
ref: 'v0.0.10'
|
ref: 'v0.0.10'
|
||||||
repository: spring-projects/spring-boot-release-verification
|
repository: spring-projects/spring-boot-release-verification
|
||||||
token: ${{ secrets.token }}
|
token: ${{ secrets.token }}
|
||||||
- name: Check Out Send Notification Action
|
- name: Check Out Send Notification Action
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
path: send-notification
|
path: send-notification
|
||||||
sparse-checkout: .github/actions/send-notification
|
sparse-checkout: .github/actions/send-notification
|
||||||
|
|
Loading…
Reference in New Issue