From 5bddbbe08cabbfacee2c11367e4379ace098f439 Mon Sep 17 00:00:00 2001 From: Sergio Freire Date: Mon, 8 Apr 2024 10:13:19 +0100 Subject: [PATCH] Update CI.yml --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index a521127..aef8024 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up JDK 1.8 uses: actions/setup-java@v1 with: