Skip to content

Commit 688af68

Browse files
committed
updated workflow actions
1 parent dc6a43f commit 688af68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
ports:
2121
- 5432:5432
2222
steps:
23-
- uses: actions/checkout@v3
24-
- uses: actions/setup-python@v4
23+
- uses: actions/checkout@v4
24+
- uses: actions/setup-python@v5
2525
with:
2626
python-version: '3.7'
2727
check-latest: true

0 commit comments

Comments
 (0)