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 b749b1d commit cc046b3Copy full SHA for cc046b3
.github/workflows/test.yml
@@ -533,13 +533,13 @@ jobs:
533
sudo apt-get update
534
sudo apt-get remove mysql* && sudo apt-get install -y mysql-server libmysqlclient-dev
535
536
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
537
- name: Set up Python ${{ matrix.py }}
538
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
539
with:
540
python-version: ${{ matrix.py }}
541
542
- - uses: actions/cache@v2
+ - uses: actions/cache@v3
543
544
path: ~/.cache/pip
545
key: ${{ runner.os }}-pip-1
0 commit comments