Skip to content

Commit 9bf6ffb

Browse files
authored
Switch to latest/supported GH actions in test.yml
1 parent a1630f1 commit 9bf6ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
name: Detect unreleased dependencies
1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- run: |
2222
for reqfile in requirements.txt test-requirements.txt ; do
2323
if [ -f ${reqfile} ] ; then
@@ -54,7 +54,7 @@ jobs:
5454
ports:
5555
- 5432:5432
5656
steps:
57-
- uses: actions/checkout@v3
57+
- uses: actions/checkout@v4
5858
# with:
5959
# persist-credentials: false
6060

0 commit comments

Comments
 (0)