diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b1bfb1..3b118a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: - name: Configure pagefile for Windows if: contains(runner.os, 'windows') - uses: al-cheb/configure-pagefile-action@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 # v1.4 + uses: al-cheb/configure-pagefile-action@v1.5 with: minimum-size: 2GB maximum-size: 8GB @@ -54,7 +54,7 @@ jobs: cache: sbt - name: Setup sbt - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@v1 - name: Check that workflows are up to date shell: bash @@ -90,7 +90,7 @@ jobs: - name: Configure pagefile for Windows if: contains(runner.os, 'windows') - uses: al-cheb/configure-pagefile-action@a3b6ebd6b634da88790d9c58d4b37a7f4a7b8708 # v1.4 + uses: al-cheb/configure-pagefile-action@v1.5 with: minimum-size: 2GB maximum-size: 8GB @@ -110,7 +110,7 @@ jobs: cache: sbt - name: Setup sbt - uses: sbt/setup-sbt@3e125ece5c3e5248e18da9ed8d2cce3d335ec8dd # v1.1.14 + uses: sbt/setup-sbt@v1 - name: Download target directories (2.12.20) uses: actions/download-artifact@v6 diff --git a/project/build.properties b/project/build.properties index 30b7fd9..bcdf773 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.0 +sbt.version=1.12.1