Skip to content

Commit cdee2f4

Browse files
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 4c5ed8c commit cdee2f4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ matrix.os }}
3838
steps:
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Setup JDK
4242
uses: actions/setup-java@v4
4343
with:
@@ -78,7 +78,7 @@ jobs:
7878
sbt -v -Dfile.encoding=UTF-8 "-Dbenchmark.pattern=.*AnalysisFormatBenchmark.*" "runBenchmarks"
7979
- name: Checkout Target Branch (4-6)
8080
if: ${{ github.event_name == 'pull_request' && (matrix.jobtype >= 4 && matrix.jobtype <= 6) }}
81-
uses: actions/checkout@v4
81+
uses: actions/checkout@v5
8282
with:
8383
ref: ${{ github.event.pull_request.base.ref }}
8484
- name: Benchmark (Scalac) against Target Branch (4)

.github/workflows/dependency-graph.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
name: Submit Dependency Graph
1313
runs-on: ubuntu-latest # or windows-latest, or macOS-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- uses: sbt/setup-sbt@v1
1717
- uses: scalacenter/sbt-dependency-submission@v3

0 commit comments

Comments
 (0)