Skip to content

Commit

Permalink
Merge pull request #187 from OpenConext/feature/update-gha
Browse files Browse the repository at this point in the history
Update GHA actions versions
  • Loading branch information
oharsta authored Nov 16, 2023
2 parents 46909fe + 791fad2 commit 27767ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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') }}
Expand All @@ -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

0 comments on commit 27767ed

Please sign in to comment.