diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 531f992..df35de4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: 'Setup data cache' - uses: actions/cache@v5.0.1 + uses: actions/cache@v5.0.3 with: path: src/.observablehq/cache key: data-${{ hashFiles('src/data/*') }}-${{ steps.date.outputs.date }}