Skip to content

Commit 7b91247

Browse files
Stormheglaymonage
authored andcommitted
Use actions/checkout@v4
1 parent bc95a6b commit 7b91247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build-container:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v3
15+
- uses: actions/checkout@v4
1616
- name: Build container
1717
run: docker compose build && docker compose pull
1818
- name: Run migrations

0 commit comments

Comments
 (0)