Skip to content

Commit 93101d3

Browse files
committed
updated GitHub action versions
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
1 parent dd08c2f commit 93101d3

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main_primechecker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
env:
1313
AZURE_FUNCTIONAPP_NAME: primechecker # set this to your function app name on Azure
1414
PACKAGE_DIRECTORY: '.' # set this to the directory which contains pom.xml file
15-
JAVA_VERSION: '17' # set this to the java version to use
15+
JAVA_VERSION: '21' # set this to the java version to use
1616

1717
jobs:
1818
build-and-deploy:
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v4
2323

2424
- name: Setup Java Sdk ${{ env.JAVA_VERSION }}
25-
uses: actions/setup-java@v1
25+
uses: actions/setup-java@v5
2626
with:
2727
java-version: ${{ env.JAVA_VERSION }}
2828
distribution: temurin
@@ -45,6 +45,6 @@ jobs:
4545
respect-pom-xml: true
4646

4747
- name: Upload coverage reports to Codecov
48-
uses: codecov/codecov-action@v3
48+
uses: codecov/codecov-action@v5
4949
env:
50-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
50+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)