Skip to content

Commit ee78e11

Browse files
Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e16c5d0 commit ee78e11

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/build-and-deploy-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1616
steps:
1717
- name: Check Out Code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: Build and Publish
2020
id: build-and-publish
2121
uses: ./.github/actions/build

.github/workflows/build-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1010
steps:
1111
- name: Check Out Code
12-
uses: actions/checkout@v6
12+
uses: actions/checkout@v7
1313
- name: Build
1414
id: build
1515
uses: ./.github/actions/build

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
git config --global core.longPaths true
4343
Stop-Service -name Docker
4444
- name: Check Out Code
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
- name: Build
4747
id: build
4848
uses: ./.github/actions/build

.github/workflows/release-milestone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1616
steps:
1717
- name: Check Out Code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@v7
1919
- name: Build and Publish
2020
id: build-and-publish
2121
uses: ./.github/actions/build
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
6161
steps:
6262
- name: Check Out Code
63-
uses: actions/checkout@v6
63+
uses: actions/checkout@v7
6464
- name: Sync to Maven Central
6565
uses: ./.github/actions/sync-to-maven-central
6666
with:
@@ -90,7 +90,7 @@ jobs:
9090
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
9191
steps:
9292
- name: Check Out Code
93-
uses: actions/checkout@v6
93+
uses: actions/checkout@v7
9494
- name: Publish
9595
uses: ./.github/actions/publish-gradle-plugin
9696
with:
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
122122
steps:
123123
- name: Check Out Code
124-
uses: actions/checkout@v6
124+
uses: actions/checkout@v7
125125
- name: Create GitHub Release
126126
uses: ./.github/actions/create-github-release
127127
with:

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ${{ vars.UBUNTU_MEDIUM || 'ubuntu-latest' }}
1515
steps:
1616
- name: Check Out Code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
- name: Build and Publish
1919
id: build-and-publish
2020
uses: ./.github/actions/build
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
7272
steps:
7373
- name: Check Out Code
74-
uses: actions/checkout@v6
74+
uses: actions/checkout@v7
7575
- name: Sync to Maven Central
7676
uses: ./.github/actions/sync-to-maven-central
7777
with:
@@ -105,7 +105,7 @@ jobs:
105105
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
106106
steps:
107107
- name: Check Out Code
108-
uses: actions/checkout@v6
108+
uses: actions/checkout@v7
109109
- name: Publish
110110
uses: ./.github/actions/publish-gradle-plugin
111111
with:
@@ -122,7 +122,7 @@ jobs:
122122
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
123123
steps:
124124
- name: Check Out Code
125-
uses: actions/checkout@v6
125+
uses: actions/checkout@v7
126126
- name: Publish to SDKMAN!
127127
uses: ./.github/actions/publish-to-sdkman
128128
with:
@@ -138,7 +138,7 @@ jobs:
138138
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
139139
steps:
140140
- name: Check Out Code
141-
uses: actions/checkout@v6
141+
uses: actions/checkout@v7
142142
- name: Update Homebrew Tap
143143
uses: ./.github/actions/update-homebrew-tap
144144
with:
@@ -169,7 +169,7 @@ jobs:
169169
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
170170
steps:
171171
- name: Check Out Code
172-
uses: actions/checkout@v6
172+
uses: actions/checkout@v7
173173
- name: Create GitHub Release
174174
uses: ./.github/actions/create-github-release
175175
with:

.github/workflows/run-system-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
echo '{"storage-driver":"overlay2"}' | sudo tee /etc/docker/daemon.json
2525
sudo systemctl restart docker
2626
- name: Check Out Code
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
- name: Prepare Gradle Build
2929
uses: ./.github/actions/prepare-gradle-build
3030
with:

.github/workflows/trigger-docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
actions: write
2727
steps:
2828
- name: Check Out
29-
uses: actions/checkout@v6
29+
uses: actions/checkout@v7
3030
with:
3131
ref: docs-build
3232
- name: Trigger Workflow

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ jobs:
3838
runs-on: ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
3939
steps:
4040
- name: Check Out Release Verification Tests
41-
uses: actions/checkout@v6
41+
uses: actions/checkout@v7
4242
with:
4343
ref: 'v0.0.15'
4444
repository: spring-projects/spring-boot-release-verification
4545
token: ${{ secrets.token }}
4646
- name: Check Out Send Notification Action
47-
uses: actions/checkout@v6
47+
uses: actions/checkout@v7
4848
with:
4949
path: send-notification
5050
sparse-checkout: .github/actions/send-notification

0 commit comments

Comments
 (0)