Skip to content

Commit

Permalink
OY-5044 github actions versiopäivitys
Browse files Browse the repository at this point in the history
  • Loading branch information
marjakari committed Jan 23, 2025
1 parent 73ad953 commit 928477c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Cache local Maven repository
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
Expand All @@ -31,7 +31,7 @@ jobs:
java-version: '17'
distribution: 'corretto'

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 8

Expand Down

0 comments on commit 928477c

Please sign in to comment.