Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fb2c09 commit 2e22a4bCopy full SHA for 2e22a4b
1 file changed
.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
93
94
- name: Install utPLSQL-cli
95
id: install-utplsql-cli
96
- run: curl -Lk -o utPLSQL-cli.zip "https://github.com/utPLSQL/utPLSQL-cli/releases/download/v3.1.8/utPLSQL-cli.zip" && unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
+ run: curl -Lk -o utPLSQL-cli.zip "https://github.com/utPLSQL/utPLSQL-cli/releases/download/3.1.9/utPLSQL-cli.zip" && unzip utPLSQL-cli.zip && chmod -R u+x utPLSQL-cli
97
98
- name: Install utPLSQL
99
id: install-utplsql
0 commit comments