fix(ci): add cached state version to disk images (#4314)

This commit is contained in:
Gustavo Valverde 2022-05-05 07:10:50 -04:00 committed by GitHub
parent 9856e2ad17
commit e72260db52
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -56,6 +56,10 @@ jobs:
contents: 'read'
id-token: 'write'
steps:
- uses: actions/checkout@v3.0.2
with:
persist-credentials: false
- name: Inject slug/short variables
uses: rlespinasse/github-slug-action@v4
with: