Skip to content

Commit

Permalink
Merge pull request #1145 from HoTT/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
mikeshulman authored Jun 17, 2024
2 parents 2e736d1 + 3675564 commit e428abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
container: danteev/texlive:latest
steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Consider all directories safe
run: git config --global --add safe.directory '*'
Expand Down

0 comments on commit e428abf

Please sign in to comment.