Skip to content

Commit 811998b

Browse files
ci: upgrade actions
1 parent 7f7556f commit 811998b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
check-latest: true
5656

5757
- name: Cache pip
58-
uses: actions/cache@v2
58+
uses: actions/cache@v4
5959
with:
6060
path: ~/.cache/pip
6161
key: ${{ runner.os }}-pip-${{ hashFiles('**/*requirements.txt', '**/pyproject.toml', '**/setup.py', '**/setup.cfg') }}
@@ -67,7 +67,7 @@ jobs:
6767
id: yarn-cache-dir-path
6868
run: 'echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT'
6969

70-
- uses: actions/cache@v3
70+
- uses: actions/cache@v4
7171
id: yarn-cache
7272
with:
7373
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -78,7 +78,7 @@ jobs:
7878
- name: Install MariaDB Client
7979
run: |
8080
sudo apt update
81-
sudo apt-get install mariadb-client-10.6
81+
sudo apt-get install mariadb-client
8282
8383
- name: Setup
8484
run: |

0 commit comments

Comments
 (0)