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