diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 58f7007..2287a87 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -10,8 +10,8 @@ jobs:
name: Test build
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@main
- - uses: actions/cache@main
+ - uses: actions/checkout@v1
+ - uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 30957b4..9ab8e1e 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -10,15 +10,15 @@ jobs:
name: Release
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@main
- - uses: actions/cache@main
+ - uses: actions/checkout@v1
+ - uses: actions/cache@v1
with:
path: ~/.m2/repository
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK 12
- uses: actions/setup-java@main
+ uses: actions/setup-java@v1
with:
java-version: 12
- name: Build and test project
@@ -31,7 +31,7 @@ jobs:
- name: Create Release
id: create_release
- uses: actions/create-release@main
+ uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
@@ -41,7 +41,7 @@ jobs:
prerelease: false
- name: Upload Release Asset
id: upload-release-asset
- uses: actions/upload-release-asset@main
+ uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
diff --git a/pom.xml b/pom.xml
index 2c5b097..aff9557 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
io.rtdi.bigdata.connector
hanaconnector
- 0.9.6
+ 0.9.7
war
UTF-8
@@ -66,4 +66,4 @@
provided
-
\ No newline at end of file
+