Update ci.yaml
This commit is contained in:
parent
e2eba19ade
commit
5c7ed79a7f
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ci.yaml
vendored
4
.github/workflows/ci.yaml
vendored
|
@ -63,11 +63,11 @@ jobs:
|
|||
echo "$HOME/ros/bin" >> $GITHUB_PATH
|
||||
|
||||
# Check out your repository under $GITHUB_WORKSPACE, so your job can access it
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: cache .roswell
|
||||
id: cache-dot-roswell
|
||||
uses: actions/cache@v1
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ~/.roswell
|
||||
key: ${{ runner.os }}-dot-roswell-${{ matrix.lisp }}-${{ hashFiles('**/*.asd') }}
|
||||
|
|
Loading…
Reference in a new issue