Skip to content

Commit

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

0 comments on commit 67e84c8

Please sign in to comment.