From 5c21426e51dbcba0b58830dc37dead2c611cdf28 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 19 Jan 2025 01:08:01 +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 07fbf1f..acc6997 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,12 +95,12 @@ jobs: tar xf targets.tar rm targets.tar - - name: Download target directories (2.13.15) + - name: Download target directories (2.13.16) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-2.13.15-${{ matrix.java }} + name: target-${{ matrix.os }}-2.13.16-${{ matrix.java }} - - name: Inflate target directories (2.13.15) + - name: Inflate target directories (2.13.16) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 3202316..efa115c 100644 --- a/.mergify.yml +++ b/.mergify.yml @@ -9,7 +9,7 @@ pull_request_rules: - author=scala-steward - author=nafg-scala-steward[bot] - check-success=Build and Test (ubuntu-latest, 2.12.20, zulu@8) - - check-success=Build and Test (ubuntu-latest, 2.13.15, zulu@8) + - check-success=Build and Test (ubuntu-latest, 2.13.16, zulu@8) - check-success=Build and Test (ubuntu-latest, 3.3.4, zulu@8) actions: queue: