Skip to content

Commit ce16e09

Browse files
authored
Merge pull request #1566 from sbt/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 4c5ed8c + cdee2f4 commit ce16e09

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)