From f80c61031f965f60924b55ac28aecca29f9025b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Delorme?= Date: Sun, 11 Feb 2024 13:58:44 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94e0a72..7898ce9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,7 +5,7 @@ jobs: Build-Karma-Project: runs-on: ubuntu-latest steps: - - uses: https://github.com/actions/checkout@v3 + - uses: https://github.com/actions/checkout@v4.1.1 # - uses: https://github.com/actions/setup-java@v3 # with: # distribution: "zulu" # See 'Supported distributions' for available options