Skip to content

Commit 30c2dbf

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 in /.github/workflows (#3896)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d0ed1ec commit 30c2dbf

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: preliminary sanity checks
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
10+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
1111
with:
1212
fetch-depth: 0 #needed by spotless
1313
- name: Download JDK 9
@@ -72,7 +72,7 @@ jobs:
7272
name: ${{ matrix.test-type.type }} tests
7373
needs: preliminary
7474
steps:
75-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
75+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
7676
- name: Download Java 9
7777
if: contains('main 3.6.x', github.base_ref)
7878
run: ${GITHUB_WORKSPACE}/.github/setup.sh

.github/workflows/full.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
name: Test on ${{ matrix.branch }} - ${{ matrix.test-type.type }} tests
2323
steps:
2424
- name: Checkout Repository
25-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
25+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
2626
with:
2727
ref: ${{ matrix.branch }}
2828
- name: Download Java 9

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
9+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
1010
- uses: gradle/actions/wrapper-validation@d156388eb19639ec20ade50009f3d199ce1e2808

.github/workflows/publish.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
versionType: ${{ steps.version.outputs.versionType }}
3030
fullVersion: ${{ steps.version.outputs.fullVersion }}
3131
steps:
32-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
32+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
3333
- name: Download JDK 9
3434
if: contains('main 3.6.x', github.base_ref)
3535
run: ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -71,7 +71,7 @@ jobs:
7171
if: needs.prepare.outputs.versionType == 'SNAPSHOT'
7272
environment: snapshots
7373
steps:
74-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
74+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
7575
- name: Download JDK 9
7676
if: contains('main 3.6.x', github.base_ref)
7777
run: ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -109,7 +109,7 @@ jobs:
109109
if: needs.prepare.outputs.versionType == 'MILESTONE'
110110
environment: releases
111111
steps:
112-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
112+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
113113
- name: Download JDK 9
114114
if: contains('main 3.6.x', github.base_ref)
115115
run: ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -149,7 +149,7 @@ jobs:
149149
if: needs.prepare.outputs.versionType == 'RELEASE'
150150
environment: releases
151151
steps:
152-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
152+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
153153
- name: Download JDK 9
154154
if: contains('main 3.6.x', github.base_ref)
155155
run: ${GITHUB_WORKSPACE}/.github/setup.sh
@@ -190,7 +190,7 @@ jobs:
190190
permissions:
191191
contents: write
192192
steps:
193-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
193+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
194194
- name: tag
195195
run: |
196196
git config --local user.name 'reactorbot'
@@ -205,7 +205,7 @@ jobs:
205205
permissions:
206206
contents: write
207207
steps:
208-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
208+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
209209
- name: tag
210210
run: |
211211
git config --local user.name 'reactorbot'

.github/workflows/snapshots.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Test on ${{ matrix.branch }} - ${{ matrix.test-type.type }} tests
2121
steps:
2222
- name: Checkout Repository
23-
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # tag=v4
23+
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # tag=v4
2424
with:
2525
ref: ${{ matrix.branch }}
2626
- name: Download Java 9

0 commit comments

Comments
 (0)