From 61aaf91fa07ecca7fc3d9379820b2ccaf2fce416 Mon Sep 17 00:00:00 2001 From: Stathis Papachristou Date: Fri, 19 Apr 2024 09:35:14 +0200 Subject: [PATCH] [fix] update github actions to latest versions supporting nodejs 20 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 95eb6e7..acde756 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,8 +12,8 @@ jobs: contents: read packages: write steps: - - uses: actions/checkout@v3 - - uses: actions/setup-java@v3 + - uses: actions/checkout@v4 + - uses: actions/setup-java@v4.2.1 with: java-version: '11' distribution: 'adopt'