Skip to content

Commit

Permalink
build: update actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
biohazard999 authored Apr 12, 2024
1 parent 85ca537 commit 8909ffe
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 @@ -16,7 +16,7 @@ jobs:
os: [macos-latest, ubuntu-latest, windows-latest]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Fetch all history for all tags and branches
run: |
git fetch --prune --unshallow
Expand Down

0 comments on commit 8909ffe

Please sign in to comment.