Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8048163

Browse files
cclaussambv
andauthored
1 parent2e95da1 commit8048163

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)

[8]ページ先頭

©2009-2025 Movatter.jp