Skip to content

Commit 76ad77c

Browse files
Bump actions/checkout from 5.0.0 to 5.0.1 (#11457)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 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 f35e615 commit 76ad77c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/maven.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
distribution: 'temurin'
4949

5050
- name: Checkout maven
51-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
51+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
5252
with:
5353
persist-credentials: false
5454

@@ -152,7 +152,7 @@ jobs:
152152
run: choco install graphviz
153153

154154
- name: Checkout maven
155-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
155+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
156156
with:
157157
persist-credentials: false
158158

@@ -253,7 +253,7 @@ jobs:
253253
distribution: 'temurin'
254254

255255
- name: Checkout maven
256-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v4
256+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v4
257257
with:
258258
persist-credentials: false
259259

0 commit comments

Comments
 (0)