Skip to content

Commit

Permalink
fix(ci): update checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
craftablescience committed May 29, 2024
1 parent 2b910c7 commit 955ee61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
shell: cmd
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive

Expand Down

0 comments on commit 955ee61

Please sign in to comment.