Skip to content

Commit 8048163

Browse files
cclaussambv
andauthored
Update ci.yml (#2424)
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>
1 parent 2e95da1 commit 8048163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
1717
steps:
1818
- name: Check out repository
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
- name: Install platform dependencies
2121
run: |
2222
sudo apt -y update
@@ -29,11 +29,11 @@ jobs:
2929
run: |
3030
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
3131
sudo dpkg -i pandoc-2.17.1.1-1-amd64.deb
32-
- uses: actions/setup-python@v2
32+
- uses: actions/setup-python@v5
3333
with:
3434
python-version: 3.9.16
3535
- name: Cache Python dependencies
36-
uses: actions/cache@v2
36+
uses: actions/cache@v4
3737
env:
3838
cache-name: pythondotorg-cache-pip
3939
with:

0 commit comments

Comments
 (0)