Skip to content

Commit cb904ac

Browse files
chore(deps): bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1b7cf01 commit cb904ac

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@v7.0.0
18+
uses: actions/checkout@v7.0.1
1919

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

0 commit comments

Comments
 (0)