Skip to content

Commit dcc6212

Browse files
renovate[bot]rhysyngsun
authored andcommitted
Update actions/checkout action to v4
1 parent ce159cb commit dcc6212

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
@@ -28,7 +28,7 @@ jobs:
2828
- 5432:5432
2929

3030
steps:
31-
- uses: actions/checkout@v3
31+
- uses: actions/checkout@v4
3232
with:
3333
fetch-depth: 0 # fetch all history
3434

@@ -76,7 +76,7 @@ jobs:
7676
runs-on: ubuntu-22.04
7777
if: startsWith(github.ref, 'refs/tags/')
7878
steps:
79-
- uses: actions/checkout@v3
79+
- uses: actions/checkout@v4
8080

8181
- uses: actions/setup-python@v5
8282
with:

0 commit comments

Comments
 (0)