From 791fad2fd9c2f8043fa16b736f2c95f239c3ea15 Mon Sep 17 00:00:00 2001 From: Peter Havekes Date: Thu, 9 Nov 2023 09:03:43 +0100 Subject: [PATCH] Update GHA actions versions --- .github/workflows/actions.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 04db2c17..ae085c89 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -21,7 +21,7 @@ jobs: mongodb-version: [4.4] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: actions/setup-node@v3 with: node-version: 16 @@ -36,7 +36,7 @@ jobs: distribution: 'temurin' cache: 'maven' - name: Set up cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.m2/repository key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }} @@ -45,4 +45,4 @@ jobs: - name: Build with Maven run: mvn clean install --file pom.xml - name: Codecov - uses: codecov/codecov-action@v1.3.1 + uses: codecov/codecov-action@v3