1
0
mirror of https://gitea.com/actions/cache.git synced 2025-05-18 01:29:26 +07:00

Use checkout@v2 in README example (#258)

This commit is contained in:
Matija Čupić 2020-04-16 17:50:47 +02:00 committed by GitHub
parent 12b87469d4
commit f00dedfa6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: Cache Primes - name: Cache Primes
id: cache-primes id: cache-primes