Skip to content

Commit

Permalink
actions/checkout v4->v5, actions/setup-python v4->v5
Browse files Browse the repository at this point in the history
  • Loading branch information
egor-voynov-aiven committed Aug 16, 2024
1 parent 39cffcd commit 76c3f4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- id: checkout-code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false
- name: Cache APT Packages
Expand All @@ -35,7 +35,7 @@ jobs:
version: 1.0
packages: sudo lsb-release wget tzdata libsnappy-dev libpq5 libpq-dev software-properties-common build-essential rsync curl
- id: prepare-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -102,14 +102,14 @@ jobs:

steps:
- id: checkout-code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Cache APT Packages
uses: awalsh128/[email protected]
with:
version: 1.0
packages: sudo lsb-release wget tzdata libsnappy-dev libpq5 libpq-dev software-properties-common build-essential rsync curl git libaio1 libmecab2 psmisc
- id: prepare-python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down

0 comments on commit 76c3f4b

Please sign in to comment.