Skip to content

Commit 59a9913

Browse files
chore(deps): bump actions/checkout from 5.0.0 to 6.0.2 (#836)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f339749 commit 59a9913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-latest
1818

1919
steps:
20-
- uses: actions/checkout@v5.0.0
20+
- uses: actions/checkout@v6.0.2
2121
- uses: actions/setup-java@v4.7.1
2222
with:
2323
java-version: 11

0 commit comments

Comments
 (0)