We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563f262 commit f5d9cf8Copy full SHA for f5d9cf8
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v3
31
- name: Cache DB2 library
32
id: cache-clidriver
33
- uses: actions/cache@v2
+ uses: actions/cache@v4
34
with:
35
path: clidriver
36
key: ${{ runner.os }}-clidriver
@@ -113,7 +113,7 @@ jobs:
113
114
115
116
117
118
119
0 commit comments