Skip to content

Commit 78b591c

Browse files
Bump actions/checkout from 2.3.5 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.5 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.3.5...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 373eeba commit 78b591c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v2.3.5
34+
uses: actions/checkout@v6.0.0
3535
with:
3636
# We must fetch at least the immediate parents so that if this is
3737
# a pull request then we can checkout the head.

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2.3.5
14+
- uses: actions/checkout@v6.0.0
1515
- name: Set up Java 11
1616
uses: actions/setup-java@v2
1717
with:

0 commit comments

Comments
 (0)