Skip to content

Commit f4bcefe

Browse files
committed
Updating actions
1 parent 3e35228 commit f4bcefe

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/gh-pages.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
- name: Setup Node.js 12.x
1515
uses: actions/setup-node@v1
1616
with:
1717
node-version: 12.x
1818

1919
- name: Setup Java 11
20-
uses: actions/setup-java@v2
20+
uses: actions/setup-java@v3
2121
with:
22-
distribution: 'adopt'
23-
java-version: "11"
22+
distribution: 'temurin'
23+
java-version: "17"
2424

25-
- uses: actions/cache@v3
25+
- uses: actions/cache@v4
2626
with:
2727
path: ~/.m2/repository
2828
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/graalvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
version: ['23.0.1']
15+
version: ['23.0.2']
1616
os: [macos-latest, windows-latest, ubuntu-latest]
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)