Skip to content

Commit

Permalink
Update ci.yml (#2424)
Browse files Browse the repository at this point in the history
This could have been automated in
* #2401 

* https://github.com/actions/checkout/releases
* https://github.com/actions/setup-python/releases
* https://github.com/actions/cache/releases

Co-authored-by: Łukasz Langa <lukasz@langa.pl>
  • Loading branch information
cclauss and ambv authored Apr 18, 2024
1 parent 2e95da1 commit 8048163
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install platform dependencies
run: |
sudo apt -y update
Expand All @@ -29,11 +29,11 @@ jobs:
run: |
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
- uses: actions/setup-python@v2
- uses: actions/setup-python@v5
with:
python-version: 3.9.16
- name: Cache Python dependencies
uses: actions/cache@v2
uses: actions/cache@v4
env:
cache-name: pythondotorg-cache-pip
with:
Expand Down

0 comments on commit 8048163

Please sign in to comment.