From 72da703a5b4a5b129d49af548721b86915dfcd3c Mon Sep 17 00:00:00 2001 From: Verissimo Ribeiro Date: Sat, 13 Jan 2024 13:55:24 +0000 Subject: [PATCH] chore(spring-v3): add action checkout v3 --- .github/workflows/ci-pipeline.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index f2e2e46..61cad2d 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -10,6 +10,8 @@ jobs: build-lib: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 + - name: Set up JDK uses: actions/setup-java@v4 with: