Skip to content

Commit 328a76c

Browse files
committed
update setup-python action
1 parent 1cfb99f commit 328a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- 5432:5432
2222
steps:
2323
- uses: actions/checkout@v3
24-
- uses: actions/setup-python@v3
24+
- uses: actions/setup-python@v4
2525
with:
2626
python-version: '3.6'
2727
- name: Setup databases

0 commit comments

Comments
 (0)