From e6e4812349b1f88226b0de7ec6a457eff631b1b2 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 17 Oct 2022 18:07:18 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 6 +++--- .mergify.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61ecfa8fc..29d986e79 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,12 +143,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.9) + - name: Download target directories (2.13.10) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.9 + name: target-${{ matrix.os }}-${{ matrix.java }}-2.13.10 - - name: Inflate target directories (2.13.9) + - name: Inflate target directories (2.13.10) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 3bda32866..3bacfc5ff 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -11,7 +11,7 @@ pull_request_rules: - author=scala-steward - body~=labels:.*early-semver-patch - status-success=Build and Test (ubuntu-latest, 2.12.17, temurin@8) - - status-success=Build and Test (ubuntu-latest, 2.13.9, temurin@8) + - status-success=Build and Test (ubuntu-latest, 2.13.10, temurin@8) - status-success=Build and Test (ubuntu-latest, 3.1.2, temurin@8) actions: merge: {}