Skip to content
This repository was archived by the owner on Mar 24, 2025. It is now read-only.

Commit 0a832b4

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 36e242a + 5a07a67 commit 0a832b4

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
auto-approve:
88
runs-on: ubuntu-20.04
99
steps:
10-
- uses: hmarr/auto-approve-action@v3.1.0
10+
- uses: hmarr/auto-approve-action@v3.2.1
1111
if: github.actor == 'scala-steward' || github.actor == 'renovate[bot]'
1212
with:
1313
github-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
scala: [ '2.11.12', '2.12.17', '2.13.8', ]
1212
steps:
1313
- name: Checkout
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3
1515
- name: Setup Scala
16-
uses: olafurpg/setup-scala@v10
16+
uses: olafurpg/setup-scala@v14
1717
with:
1818
java-version: "adopt@1.11"
1919
- name: Coursier cache
20-
uses: coursier/cache-action@v5
20+
uses: coursier/cache-action@v6
2121
- name: Checking Code style
2222
run: sbt check
2323
- name: Build and Publish to Local

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
fetch-depth: 0
1616
- name: Setup Scala
17-
uses: olafurpg/setup-scala@v10
17+
uses: olafurpg/setup-scala@v14
1818
with:
1919
java-version: "adopt@1.11"
2020
- uses: olafurpg/setup-gpg@v3

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.7.2"
1+
version = "3.7.3"
22
runner.dialect = scala213
33
maxColumn = 120
44
align.preset = more

0 commit comments

Comments
 (0)