Skip to content

Commit a7f4d73

Browse files
authored
Upgrade GH actions versions (#359)
1 parent 699f09f commit a7f4d73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ jobs:
4141
ports:
4242
- 5432:5432
4343
steps:
44-
- uses: actions/checkout@v2
44+
- uses: actions/checkout@v3
4545
with:
4646
fetch-depth: 0
4747
- name: Set up Python ${{ matrix.python-version }}
48-
uses: actions/setup-python@v2
48+
uses: actions/setup-python@v4
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151
- name: Install dependencies

0 commit comments

Comments
 (0)