Skip to content

Commit 1e7aaa3

Browse files
authored
Merge branch 'ccellado:master' into master
2 parents ed9fc2a + 6c18b04 commit 1e7aaa3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
java-version: ${{ matrix.java }}
3636

3737
- name: Cache sbt
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: |
4141
~/.sbt
@@ -54,4 +54,4 @@ jobs:
5454
run: sbt ++${{ matrix.scala }} publish
5555
env:
5656
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
57-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
57+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
java-version: adopt@1.8
2121

2222
- name: Cache sbt
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.sbt
@@ -41,4 +41,4 @@ jobs:
4141
env:
4242
PGP_PASSPHRASE: ${{ secrets.PGP_PASSPHRASE }}
4343
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
44-
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
44+
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}

0 commit comments

Comments
 (0)