Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Dec 8, 2023
2 parents 2e46e44 + 927baf0 commit 22c1e42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 21
distribution: "corretto"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Setup NodeJS
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: "14"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
4 changes: 2 additions & 2 deletions api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
<description>Demo project for Spring Boot</description>
<properties>
<java.version>21</java.version>
<kotlin.version>1.9.10</kotlin.version>
<kotest.version>5.7.2</kotest.version>
<kotlin.version>1.9.21</kotlin.version>
<kotest.version>5.8.0</kotest.version>
<mockk.version>1.13.8</mockk.version>
<springmockk.version>4.0.2</springmockk.version>
</properties>
Expand Down

0 comments on commit 22c1e42

Please sign in to comment.