Skip to content

Commit

Permalink
Update actions/checkout and remove redundant fetch-depth
Browse files Browse the repository at this point in the history
  • Loading branch information
myaaaaaaaaa committed Jul 5, 2024
1 parent 6ad0279 commit 26a8395
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ jobs:
run: sudo apt-get update && sudo apt-get install libgl1-mesa-dev

- name: Check out module
uses: actions/checkout@v2
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
Expand Down

0 comments on commit 26a8395

Please sign in to comment.