Skip to content

Commit f5d9cf8

Browse files
committed
Update cache action for CI
1 parent 563f262 commit f5d9cf8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: actions/checkout@v3
3131
- name: Cache DB2 library
3232
id: cache-clidriver
33-
uses: actions/cache@v2
33+
uses: actions/cache@v4
3434
with:
3535
path: clidriver
3636
key: ${{ runner.os }}-clidriver
@@ -113,7 +113,7 @@ jobs:
113113
uses: actions/checkout@v3
114114
- name: Cache DB2 library
115115
id: cache-clidriver
116-
uses: actions/cache@v2
116+
uses: actions/cache@v4
117117
with:
118118
path: clidriver
119119
key: ${{ runner.os }}-clidriver

0 commit comments

Comments
 (0)