Skip to content

Commit ca8c21f

Browse files
committed
fix(ci): use actions/checkout@v4 instead of non-existent v5
1 parent 6bfaa30 commit ca8c21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/containers-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
name: Build and Push
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v5
17+
- uses: actions/checkout@v4
1818

1919
- name: Login to ghcr.io Docker registry
2020
uses: docker/login-action@v3

0 commit comments

Comments
 (0)