From 8d528a5a7947e1ee9178eab037cd78bb0a3135c7 Mon Sep 17 00:00:00 2001 From: Tofu Bot Date: Wed, 31 May 2023 01:00:52 +0000 Subject: [PATCH] Regenerate GitHub Actions workflow Executed command: sbt githubWorkflowGenerate --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2de3b14..3aa964f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - scala: [3.2.2, 2.13.10, 2.12.17] + scala: [3.3.0, 2.13.10, 2.12.17] java: [temurin@8, temurin@17] runs-on: ${{ matrix.os }} steps: @@ -119,12 +119,12 @@ jobs: ~/Library/Caches/Coursier/v1 key: ${{ runner.os }}-sbt-cache-v2-${{ hashFiles('**/*.sbt') }}-${{ hashFiles('project/build.properties') }} - - name: Download target directories (3.2.2) + - name: Download target directories (3.3.0) uses: actions/download-artifact@v2 with: - name: target-${{ matrix.os }}-3.2.2-${{ matrix.java }} + name: target-${{ matrix.os }}-3.3.0-${{ matrix.java }} - - name: Inflate target directories (3.2.2) + - name: Inflate target directories (3.3.0) run: | tar xf targets.tar rm targets.tar