Skip to content

Commit 510dee7

Browse files
authored
Merge pull request #21 from ikalnytskyi/chore/ci-checkout-v4
CI: Bump actions/checkout to v4
2 parents 814fad8 + 6f93681 commit 510dee7

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
@@ -18,7 +18,7 @@ jobs:
1818
- windows-latest
1919
- macos-latest
2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222

2323
- name: Run setup-postgres
2424
uses: ./
@@ -44,7 +44,7 @@ jobs:
4444
- windows-latest
4545
- macos-latest
4646
steps:
47-
- uses: actions/checkout@v2
47+
- uses: actions/checkout@v4
4848

4949
- name: Run setup-postgres
5050
uses: ./

0 commit comments

Comments
 (0)