Skip to content

Commit

Permalink
update github actions to get rid of warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hgschmie committed Sep 13, 2024
1 parent 42e32ca commit 74ed70e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install locales on runner
run: sudo apt-get install -y locales-all

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
id: setup_build_jdk
name: Setup Build JDK
with:
Expand All @@ -36,7 +36,7 @@ jobs:
run: |
make install
- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
id: setup_test_jdk
name: Setup Test JDK
with:
Expand All @@ -57,12 +57,12 @@ jobs:
postgres-version: [ 12, 13, 14, 15, 16 ]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install locales on runner
run: sudo apt-get install -y locales-all

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
id: setup_build_jdk
name: Setup Build JDK
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
run: sudo apt-get install -y locales-all

- name: setup jdk
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
git config --global user.email ${{ github.actor }}
- name: setup jdk
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 21
Expand Down

0 comments on commit 74ed70e

Please sign in to comment.