Skip to content

Commit f6e574e

Browse files
committed
oopps, messed up the version
1 parent 5b3410b commit f6e574e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fetch-depth: 0
3434

3535
- name: Setup Java
36-
uses: actions/[email protected].0v2
36+
uses: actions/[email protected].0
3737
with:
3838
distribution: "temurin"
3939
java-version: "11"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
uses: actions/[email protected]
2424

2525
- name: Setup Java
26-
uses: actions/[email protected].0v2
26+
uses: actions/[email protected].0
2727
with:
2828
distribution: "temurin"
2929
java-version: "11"

0 commit comments

Comments
 (0)