Skip to content

Commit d2dab2c

Browse files
Bump actions/checkout from 6.0.2 to 6.0.3 (#12207)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@de0fac2...df4cb1c) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52c4d43 commit d2dab2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
distribution: 'temurin'
5151

5252
- name: Checkout maven
53-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
53+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
5454
with:
5555
persist-credentials: false
5656

@@ -163,7 +163,7 @@ jobs:
163163
run: choco install graphviz
164164

165165
- name: Checkout maven
166-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
166+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
167167
with:
168168
persist-credentials: false
169169

@@ -264,7 +264,7 @@ jobs:
264264
distribution: 'temurin'
265265

266266
- name: Checkout maven
267-
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
267+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
268268
with:
269269
persist-credentials: false
270270

0 commit comments

Comments
 (0)