Skip to content

Commit 2c3961c

Browse files
committed
Updated github actions
1 parent 82b542e commit 2c3961c

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/branchLinkCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ jobs:
1313
- uses: actions/checkout@v2
1414
with:
1515
ref: branch-0.2.x
16-
- uses: coursier/setup-action@v1.2.0-M2
16+
- uses: coursier/setup-action@v1.2.0
1717
with:
18-
jvm: temurin:1.17
18+
jvm: temurin:1.21
1919
- uses: coursier/cache-action@v6
2020

2121
- name: Paradox Validate Links

.github/workflows/dev.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
- uses: actions/setup-node@v1
1717
with:
18-
node-version: "20.x"
18+
node-version: "22.x"
1919
registry-url: "https://registry.npmjs.org"
2020

21-
- uses: coursier/setup-action@v1
21+
- uses: coursier/setup-action@v1.2.0
2222
with:
23-
jvm: temurin:1.17
23+
jvm: temurin:1.21
2424
apps: sbt sbtn
2525

2626
- uses: coursier/cache-action@v6

.github/workflows/masterLinkCheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v2
14-
- uses: coursier/setup-action@v1.2.0-M2
14+
- uses: coursier/setup-action@v1.2.0
1515
with:
16-
jvm: temurin:1.17
16+
jvm: temurin:1.21
1717
- uses: coursier/cache-action@v6
1818

1919
- name: Paradox Validate Links

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313

1414
- uses: actions/setup-node@v1
1515
with:
16-
node-version: "20.x"
16+
node-version: "22.x"
1717
registry-url: "https://registry.npmjs.org"
1818

19-
- uses: coursier/setup-action@v1.2.0-M2
19+
- uses: coursier/setup-action@v1.2.0
2020
with:
21-
jvm: temurin:1.17
21+
jvm: temurin:1.21
2222
apps: sbt sbtn
2323

2424
- uses: coursier/cache-action@v6

0 commit comments

Comments
 (0)