Skip to content

Commit

Permalink
CI: update actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
kubo39 committed May 5, 2024
1 parent c3267d7 commit a968b9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
steps:
# Clone repo + submodules
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: 'recursive'
fetch-depth: 0
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

# Parse phobos to check for failures / crashes / ...
- name: Checkout Phobos
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
repository: dlang/phobos
path: phobos
Expand Down

0 comments on commit a968b9b

Please sign in to comment.