Skip to content

Commit d22e8fd

Browse files
Bump actions/checkout from 4 to 5 (#30)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 440aa57 commit d22e8fd

17 files changed

+24
-24
lines changed

.github/workflows/merge-dependabot-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.actor == 'dependabot[bot]'
1616
steps:
1717

18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
show-progress: false
2121

.github/workflows/release-workflows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616

17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
2020
show-progress: false

.github/workflows/spring-artifactory-deploy-to-maven-central.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
runs-on: ${{ inputs.runner }}
4444
steps:
4545

46-
- uses: actions/checkout@v4
46+
- uses: actions/checkout@v5
4747
with:
4848
show-progress: false
4949

@@ -56,7 +56,7 @@ jobs:
5656
exit 1
5757
fi
5858
59-
- uses: actions/checkout@v4
59+
- uses: actions/checkout@v5
6060
with:
6161
repository: spring-io/spring-github-workflows
6262
show-progress: false

.github/workflows/spring-artifactory-gradle-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464

6565
steps:
6666

67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
show-progress: false
7070

7171
- name: Checkout Common Repo
72-
uses: actions/checkout@v4
72+
uses: actions/checkout@v5
7373
with:
7474
repository: spring-io/spring-github-workflows
7575
path: .github/spring-github-workflows

.github/workflows/spring-artifactory-gradle-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,12 +100,12 @@ jobs:
100100
name: Verify ${{ needs.releaseVersion.outputs.releaseVersion }}
101101
runs-on: ${{ inputs.runner }}
102102
steps:
103-
- uses: actions/checkout@v4
103+
- uses: actions/checkout@v5
104104
with:
105105
show-progress: false
106106

107107
- name: Checkout Common Repo
108-
uses: actions/checkout@v4
108+
uses: actions/checkout@v5
109109
with:
110110
repository: spring-io/spring-github-workflows
111111
path: .github/spring-github-workflows

.github/workflows/spring-artifactory-maven-release-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
buildNumber: ${{ steps.build-name.outputs.buildNumber }}
6565
steps:
6666

67-
- uses: actions/checkout@v4
67+
- uses: actions/checkout@v5
6868
with:
6969
token: ${{ secrets.GH_ACTIONS_REPO_TOKEN }}
7070
show-progress: false

.github/workflows/spring-artifactory-maven-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ jobs:
101101
name: Verify ${{ needs.releaseVersion.outputs.releaseVersion }}
102102
runs-on: ${{ inputs.runner }}
103103
steps:
104-
- uses: actions/checkout@v4
104+
- uses: actions/checkout@v5
105105
with:
106106
show-progress: false
107107

108108
- name: Checkout Common Repo
109-
uses: actions/checkout@v4
109+
uses: actions/checkout@v5
110110
with:
111111
repository: spring-io/spring-github-workflows
112112
path: .github/spring-github-workflows

.github/workflows/spring-artifactory-maven-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: CI Build SNAPSHOT for ${{ github.ref_name }}
4949
steps:
5050

51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
show-progress: false
5454

.github/workflows/spring-backport-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414

15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
show-progress: false
1818

.github/workflows/spring-build-and-deploy-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
docs-build:
3232
runs-on: ubuntu-latest
3333
steps:
34-
- uses: actions/checkout@v4
34+
- uses: actions/checkout@v5
3535
with:
3636
show-progress: false
3737

0 commit comments

Comments
 (0)