Skip to content

Commit

Permalink
fix: checkout submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
oott123 authored Sep 17, 2024
1 parent 083811e commit f76feac
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive
- name: Docker meta
id: meta
uses: docker/metadata-action@v3
Expand Down

0 comments on commit f76feac

Please sign in to comment.