Skip to content

Commit 6f93681

Browse files
committed
CI: Bump actions/checkout to v4
The checkout v2, the version currently in use on CI, depends on node12 which is going to be removed soon. Let's use the latest version in order to get rid of deprecation warnings in logs and remain compatible with GitHun runners.
1 parent 814fad8 commit 6f93681

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)