Skip to content

Commit

Permalink
GitHub actions: update "cache" version for set-state deprecation
Browse files Browse the repository at this point in the history
Out GitHub actions had been pinned to [email protected], but this used the old method of set-state that GH is deprecating.  Any version of cache after [email protected] will contain the fix
  • Loading branch information
andrew-platt committed Oct 13, 2023
1 parent 5034481 commit e41793d
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/automated-dev-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
cmake --build . --target all
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-all-debug-${{ github.sha }}
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
run: |
cmake --build . --target regression_test_module_drivers
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-drivers-release-${{ github.sha }}
Expand Down Expand Up @@ -208,7 +208,7 @@ jobs:
working-directory: ${{runner.workspace}}/openfast/build
run: cmake --build . --target openfast_postlib
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-postlib-release-${{ github.sha }}
Expand All @@ -219,7 +219,7 @@ jobs:
needs: build-postlib-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-postlib-release-${{ github.sha }}
Expand All @@ -246,7 +246,7 @@ jobs:
run: |
cmake --build . --target openfastlib openfast_cpp openfastcpp aerodyn_inflow_c_binding moordyn_c_binding ifw_c_binding hydrodyn_c_binding regression_test_controllers
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-interfaces-release-${{ github.sha }}
Expand All @@ -257,7 +257,7 @@ jobs:
needs: build-postlib-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-postlib-release-${{ github.sha }}
Expand All @@ -284,7 +284,7 @@ jobs:
run: |
cmake --build . --target openfast
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand All @@ -295,7 +295,7 @@ jobs:
needs: build-postlib-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-postlib-release-${{ github.sha }}
Expand All @@ -322,7 +322,7 @@ jobs:
run: |
cmake --build . --target FAST.Farm
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-fastfarm-release-${{ github.sha }}
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
needs: build-drivers-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-drivers-release-${{ github.sha }}
Expand Down Expand Up @@ -453,7 +453,7 @@ jobs:
needs: build-all-debug
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-all-debug-${{ github.sha }}
Expand Down Expand Up @@ -512,7 +512,7 @@ jobs:
needs: build-interfaces-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-interfaces-release-${{ github.sha }}
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -613,7 +613,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -663,7 +663,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -713,7 +713,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -763,7 +763,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -813,7 +813,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -863,7 +863,7 @@ jobs:
needs: build-openfast-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-openfast-release-${{ github.sha }}
Expand Down Expand Up @@ -913,7 +913,7 @@ jobs:
needs: build-fastfarm-release
steps:
- name: Cache the workspace
uses: actions/cache@v3.0.4
uses: actions/cache@v3
with:
path: ${{runner.workspace}}
key: build-fastfarm-release-${{ github.sha }}
Expand Down

0 comments on commit e41793d

Please sign in to comment.