Skip to content

Commit 8dd5d3b

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3 (#576)
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@v6.0.2...v6.0.3) --- 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 22aa7db commit 8dd5d3b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
version: [17, 21, 25]
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v6.0.2
18+
uses: actions/checkout@v6.0.3
1919

2020
- name: Install java
2121
uses: actions/setup-java@v5
@@ -49,7 +49,7 @@ jobs:
4949
actions: write
5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v6.0.2
52+
uses: actions/checkout@v6.0.3
5353
with:
5454
# we need to fetch all existing git tags
5555
fetch-depth: 0

0 commit comments

Comments
 (0)