Skip to content

Commit cc046b3

Browse files
committed
👷 Upgrade GitHub actions
1 parent b749b1d commit cc046b3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,13 +533,13 @@ jobs:
533533
sudo apt-get update
534534
sudo apt-get remove mysql* && sudo apt-get install -y mysql-server libmysqlclient-dev
535535
536-
- uses: actions/checkout@v2
536+
- uses: actions/checkout@v3
537537
- name: Set up Python ${{ matrix.py }}
538-
uses: actions/setup-python@v2
538+
uses: actions/setup-python@v4
539539
with:
540540
python-version: ${{ matrix.py }}
541541

542-
- uses: actions/cache@v2
542+
- uses: actions/cache@v3
543543
with:
544544
path: ~/.cache/pip
545545
key: ${{ runner.os }}-pip-1

0 commit comments

Comments
 (0)