Skip to content

Commit

Permalink
Oppdatert workflows til å bruke v4
Browse files Browse the repository at this point in the history
  • Loading branch information
TheaMarieAlnes committed Feb 2, 2024
1 parent 70188b8 commit 9721426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
- name: Build with Maven
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/releaseGithub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Set release tag
run: |
COMMIT_COUNT=$(git rev-list --all --count)
Expand All @@ -27,7 +27,7 @@ jobs:
echo "CHANGELOG=$text" >> $GITHUB_ENV
- name: Set up JDK 1.8
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 1.8
- name: Deploy artifacts to github maven repository
Expand Down

0 comments on commit 9721426

Please sign in to comment.