From 2cf43422ad9e35c3e04388aab0734e37ccbeafbf Mon Sep 17 00:00:00 2001 From: Mike Neilson Date: Wed, 4 Feb 2026 07:07:36 -0800 Subject: [PATCH] Update Cache action --- .github/actions/setup-oracle-clients/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/setup-oracle-clients/action.yml b/.github/actions/setup-oracle-clients/action.yml index 36ec52d3..0747b293 100644 --- a/.github/actions/setup-oracle-clients/action.yml +++ b/.github/actions/setup-oracle-clients/action.yml @@ -4,7 +4,7 @@ runs: steps: - name: Oracle Tools id: cache-oracle-tools - uses: actions/cache@v4.2.0 + uses: actions/cache@v5.0.3 with: path: oracle-tools key: oracle-tools-23.6 @@ -37,4 +37,4 @@ runs: echo "ORACLE_HOME=`pwd`/instantclient" >> $GITHUB_ENV echo "`pwd`/instantclient" >> $GITHUB_PATH echo "`pwd`/utPLSQL-cli/bin" >> $GITHUB_PATH - echo "DISABLE_OOB=ON" > ~/.sqlnet.ora \ No newline at end of file + echo "DISABLE_OOB=ON" > ~/.sqlnet.ora