Skip to content

Commit

Permalink
[CI] update checkout action to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
senhalil committed Jul 15, 2021
1 parent bd2df61 commit 77ee8de
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info SKIP_DICHO=true SKIP_REAL_CASES=true SKIP_PERIODIC=true SKIP_SPLIT_CLUSTERING=true"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand All @@ -38,7 +38,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info TEST=test/lib/heuristics/dichotomious_test.rb"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand All @@ -58,7 +58,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info TEST=test/real_cases_test.rb"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand All @@ -78,7 +78,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info TEST=test/real_cases_periodic_test.rb"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand All @@ -98,7 +98,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info TEST=test/real_cases_periodic_solver_test.rb"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand All @@ -118,7 +118,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info TEST=test/lib/heuristics/periodic_*"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand All @@ -138,7 +138,7 @@ jobs:
env:
OPTIONS: "COV=false LOG_LEVEL=info TEST=test/lib/interpreters/split_clustering_test.rb"
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: Cache
id: cache
uses: actions/cache@v2
Expand Down

0 comments on commit 77ee8de

Please sign in to comment.