Skip to content

Commit 5019a98

Browse files
authored
Merge pull request #502 from PyGotham/dependabot-github_actions-actions-checkout-5
Bump actions/checkout from 4 to 5
2 parents b1a0238 + f586349 commit 5019a98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 1
2424

@@ -48,7 +48,7 @@ jobs:
4848
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
4949

5050
steps:
51-
- uses: actions/checkout@v4
51+
- uses: actions/checkout@v5
5252
with:
5353
fetch-depth: 1
5454

@@ -117,7 +117,7 @@ jobs:
117117
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
118118

119119
steps:
120-
- uses: actions/checkout@v4
120+
- uses: actions/checkout@v5
121121
with:
122122
fetch-depth: 1
123123

0 commit comments

Comments
 (0)