Skip to content

Commit e2a9b43

Browse files
authored
Merge pull request #2 from nocodb/renovate/actions-checkout-4.x
chore(deps): update actions/checkout action to v4
2 parents ed35ea3 + 398e7d1 commit e2a9b43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

2121
- name: Login to Docker Registry
2222
uses: docker/login-action@v3

0 commit comments

Comments
 (0)