Skip to content

Commit 4749339

Browse files
authored
Merge pull request #42 from phansys/ci_checkout
[CI] Bump to "actions/checkout@v3"
2 parents f9b90ca + 68ce9d7 commit 4749339

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
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
- name: Cache DB2 library
2020
id: cache-clidriver
2121
uses: actions/cache@v2
@@ -123,7 +123,7 @@ jobs:
123123
runs-on: windows-latest
124124
steps:
125125
- name: Checkout
126-
uses: actions/checkout@v2
126+
uses: actions/checkout@v3
127127
- name: Cache DB2 library
128128
id: cache-clidriver
129129
uses: actions/cache@v2

0 commit comments

Comments
 (0)