Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... See gh-46787 Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
92122e1c24
commit
ce1c75d74a
|
@ -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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
|
||||||
- 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