Skip to content

Commit

Permalink
ci: update actions/checkout.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericonr committed Dec 15, 2023
1 parent 6db9077 commit ae24300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
steps:
- name: Install dependencies
run: ${{ matrix.distro.update_cmd }} && ${{ matrix.distro.install_cmd }} git meson ${{ matrix.distro.packages }} ${{ matrix.compiler.cc }}
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- name: Configure
Expand Down

0 comments on commit ae24300

Please sign in to comment.