Skip to content

Commit

Permalink
Update assets to v0.6.3 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
at-wat committed Jan 18, 2024
1 parent 8fc86ae commit f1a888b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: actions/checkout@v4

- name: Cache test data
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: .cached-dataset
key: dataset-${{ hashFiles('test/CMakeLists.txt') }}
restore-keys: dataset-
- name: Cache docker layers
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: /home/runner/layers.tar
key: docker-layers-${{ matrix.env }}-${{ github.sha }}
Expand Down

0 comments on commit f1a888b

Please sign in to comment.