Skip to content

Commit

Permalink
Downgrades actions/checkout to @V3 due to errors
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Apr 20, 2024
1 parent 8e46096 commit 4119356
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@v4
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
path: Include/EA31337-classes
ref: v3.000.1
repository: EA31337/EA31337-classes
- uses: actions/checkout@v4
- uses: actions/checkout@v3
with:
path: Include/EA31337-strategies
ref: v2.000-dev
Expand Down

0 comments on commit 4119356

Please sign in to comment.