Skip to content

Commit 0b2ee39

Browse files
committed
Upgraded workflow dependencies
- Updated build and test workflows - Upgraded automata dependencies
1 parent 4e52f7e commit 0b2ee39

File tree

3 files changed

+36
-34
lines changed

3 files changed

+36
-34
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ jobs:
1010
steps:
1111
# Download code from repository
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v6
1414

1515
# Setup Java
1616
- name: Setup JDK
17-
uses: actions/setup-java@v4
17+
uses: actions/setup-java@v5
1818
with:
1919
distribution: 'temurin'
2020
java-version: '21'

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
steps:
1616
# Download code from repository
1717
- name: Checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v6
1919

2020
# Setup Java (for building)
2121
- name: Setup JDK (for building)
22-
uses: actions/setup-java@v4
22+
uses: actions/setup-java@v5
2323
with:
2424
distribution: 'temurin'
2525
java-version: '21'
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Setup Java (for testing)
3232
- name: Setup JDK (for testing)
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
distribution: 'temurin'
3636
java-version: |
@@ -44,9 +44,9 @@ jobs:
4444
4545
# Setup Node.js
4646
- name: Setup Node.js
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@v6
4848
with:
49-
node-version: '22'
49+
node-version: '24'
5050

5151
# Setup automata
5252
- name: Setup automata

automata/package-lock.json

Lines changed: 29 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)