Upgrade to actions/checkout v4.2.0
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
|||||||
if: ${{ github.repository == 'spring-projects/spring-restdocs' }}
|
if: ${{ github.repository == 'spring-projects/spring-restdocs' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
- name: Build and Publish
|
- name: Build and Publish
|
||||||
id: build-and-publish
|
id: build-and-publish
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|||||||
2
.github/workflows/build-pull-request.yml
vendored
2
.github/workflows/build-pull-request.yml
vendored
@@ -16,7 +16,7 @@ jobs:
|
|||||||
java-version: '17'
|
java-version: '17'
|
||||||
distribution: 'liberica'
|
distribution: 'liberica'
|
||||||
- name: Check Out
|
- name: Check Out
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
- name: Set Up Gradle
|
- name: Set Up Gradle
|
||||||
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
|
uses: gradle/actions/setup-gradle@d156388eb19639ec20ade50009f3d199ce1e2808 # v4.1.0
|
||||||
- name: Build
|
- name: Build
|
||||||
|
|||||||
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -37,7 +37,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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
- name: Build
|
- name: Build
|
||||||
id: build
|
id: build
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
|
|||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
if: ${{ github.repository == 'spring-projects/spring-restdocs' }}
|
if: ${{ github.repository == 'spring-projects/spring-restdocs' }}
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
- name: Build and Publish
|
- name: Build and Publish
|
||||||
id: build-and-publish
|
id: build-and-publish
|
||||||
uses: ./.github/actions/build
|
uses: ./.github/actions/build
|
||||||
@@ -40,7 +40,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.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:
|
||||||
@@ -70,7 +70,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Check Out Code
|
- name: Check Out Code
|
||||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
|
||||||
- name: Create GitHub Release
|
- name: Create GitHub Release
|
||||||
uses: ./.github/actions/create-github-release
|
uses: ./.github/actions/create-github-release
|
||||||
with:
|
with:
|
||||||
|
|||||||
Reference in New Issue
Block a user