Skip to content

Commit 427531f

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 8d1092f commit 427531f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,12 +159,12 @@ jobs:
159159
~/Library/Caches/Coursier/v1
160160
key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }}
161161

162-
- name: Download target directories (2.13.11)
162+
- name: Download target directories (2.13.12)
163163
uses: actions/download-artifact@v3
164164
with:
165-
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.11
165+
name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.12
166166

167-
- name: Inflate target directories (2.13.11)
167+
- name: Inflate target directories (2.13.12)
168168
run: |
169169
tar xf targets.tar
170170
rm targets.tar

.mergify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ pull_request_rules:
1717
- name: merge scala-steward's PRs
1818
conditions:
1919
- author=scala-steward
20-
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@17)
21-
- status-success=Build and Test (ubuntu-latest, 2.13.11, temurin@11)
20+
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@17)
21+
- status-success=Build and Test (ubuntu-latest, 2.13.12, temurin@11)
2222
actions:
2323
merge:
2424
method: squash

0 commit comments

Comments
 (0)