From be08486ed5764f076679311fb4023a1d6cfc396e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 19:40:41 +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 0c8acb3..c5e73e2 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 (3.3.3) + - name: Download target directories (3.3.4) uses: actions/download-artifact@v4 with: - name: target-${{ matrix.os }}-3.3.3-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.4-${{ matrix.java }} - - name: Inflate target directories (3.3.3) + - name: Inflate target directories (3.3.4) run: | tar xf targets.tar rm targets.tar diff --git a/.mergify.yml b/.mergify.yml index 6bbb833..46c59c7 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.13.14, temurin@11) - - check-success=Build and Test (ubuntu-latest, 3.3.3, temurin@11) + - check-success=Build and Test (ubuntu-latest, 3.3.4, temurin@11) actions: queue: name: default