Skip to content

Commit 9a8e615

Browse files
committed
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 62421d9 commit 9a8e615

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Configure pagefile for Windows
3636
if: contains(runner.os, 'windows')
37-
uses: al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc # v1.5
37+
uses: al-cheb/configure-pagefile-action@v1.5
3838
with:
3939
minimum-size: 2GB
4040
maximum-size: 8GB
@@ -54,7 +54,7 @@ jobs:
5454
cache: sbt
5555

5656
- name: Setup sbt
57-
uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1
57+
uses: sbt/setup-sbt@v1
5858

5959
- name: Check that workflows are up to date
6060
shell: bash
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Configure pagefile for Windows
9292
if: contains(runner.os, 'windows')
93-
uses: al-cheb/configure-pagefile-action@9b6da52fb72a3c6147c1aad2df22d8d905681adc # v1.5
93+
uses: al-cheb/configure-pagefile-action@v1.5
9494
with:
9595
minimum-size: 2GB
9696
maximum-size: 8GB
@@ -110,7 +110,7 @@ jobs:
110110
cache: sbt
111111

112112
- name: Setup sbt
113-
uses: sbt/setup-sbt@9d56cf12e9b58d219605e1d8bfe69a8395fedde0 # v1.5.1
113+
uses: sbt/setup-sbt@v1
114114

115115
- name: Download target directories (2.12.21)
116116
uses: actions/download-artifact@v8

0 commit comments

Comments
 (0)