Skip to content

Commit f5a43a0

Browse files
authored
chore: update github actions cache from v2 to v4 (#961)
* chore: update github actions cache from v2 to v4 * chore: removed python3.12-distutils from installation script
1 parent 6839441 commit f5a43a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
if: ${{ matrix.python-version == 'py312' }}
2929
run: |
3030
docker exec -e TOXENV=${{ matrix.python-version }}-${{ matrix.env-name }} -e DB_HOST=${{ matrix.db-version }} xqueue bash -c \
31-
"apt update && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && apt install python3.12 python3.12-dev python3.12-distutils -y"
31+
"apt update && apt install -y software-properties-common && add-apt-repository ppa:deadsnakes/ppa -y && apt install python3.12 python3.12-dev -y"
3232
3333
- name: Install test dependencies and run tests
3434
env:

.github/workflows/mysql8-migrations-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
3737
- name: Cache pip dependencies
3838
id: cache-dependencies
39-
uses: actions/cache@v2
39+
uses: actions/cache@v4
4040
with:
4141
path: ${{ steps.pip-cache-dir.outputs.dir }}
4242
key: ${{ runner.os }}-pip-${{ hashFiles('requirements/pip_tools.txt') }}

0 commit comments

Comments
 (0)