Skip to content

Commit

Permalink
[ci] Update to actions/checkout@v4
Browse files Browse the repository at this point in the history
Should fix warnings from GHA, and allows making use of new option
to not log a lot of progress messages from git.
  • Loading branch information
ojwb committed Mar 30, 2024
1 parent 1413f3b commit 1ea5711
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,9 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
show-progress: false

- name: Checkout data
run: |
Expand Down

0 comments on commit 1ea5711

Please sign in to comment.