Skip to content

Commit 9145cfe

Browse files
dependabot[bot]marcwrobel
authored andcommitted
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0321af8 commit 9145cfe

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/analyze.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: 'ubuntu-latest'
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
with:
2828
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of sonar analysis
2929

@@ -57,7 +57,7 @@ jobs:
5757
runs-on: 'ubuntu-latest'
5858
steps:
5959
- name: Checkout repository
60-
uses: actions/checkout@v4
60+
uses: actions/checkout@v5
6161
with:
6262
# We must fetch at least the immediate parents so that if this is a pull request then we can check out the head.
6363
fetch-depth: 2

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java: ['8', '11', '17', '21']
2121
steps:
2222
- name: Checkout repository
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424

2525
- name: Set up Java ${{ matrix.java }}
2626
uses: actions/setup-java@v4

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2222
- Bump com.google.guava:guava from 32.1.3 to 33.4.6 (#378, #390, #398, #403, #420, #428, #458, #483).
2323
- Bump actions/setup-java from 3.13.0 to v4 (#374, #389, #416, #425, #444).
2424
- Bump actions/cache from 3.3.2 to v4 (#381, #385, #391, #455).
25-
- Bump actions/checkout from 4.1.1 to v4 (#387, #397, #400, #407, #443).
25+
- Bump actions/checkout from 4.1.1 to v5 (#387, #397, #400, #407, #443, #494).
2626
- Bump github/codeql-action from 2.13.4 to v3 (#401, #409, #417, #427, #454).
2727
- Use only major versions for GitHub-managed actions (#480).
2828
- Bump internal Java version from 17.0.8 to 17.0.14 (#479).

0 commit comments

Comments
 (0)