hashFiles() does not work for valid patterns · Issue #39 · actions/cache

The expected behavior is that all three of the following steps pass on all platforms: - name: Cache **/README.md uses: actions/cache@preview with: path: . key: test-${{ runner.os }}-${{ hashFiles('...