Skip to content

Commit

Permalink
Revert "Downgrades actions/checkout to @V3 due to errors"
Browse files Browse the repository at this point in the history
This reverts commit 4119356.
  • Loading branch information
kenorb committed Apr 20, 2024
1 parent 4119356 commit f855627
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ jobs:
name: Checkout
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: Include/EA31337-classes
ref: v3.000.1
repository: EA31337/EA31337-classes
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: Include/EA31337-strategies
ref: v2.000-dev
Expand Down

0 comments on commit f855627

Please sign in to comment.