mirror of
https://github.com/julia-actions/cache.git
synced 2026-02-12 09:26:53 +08:00
Remove deprecated command #33
This commit is contained in:
2
.github/workflows/CI.yml
vendored
2
.github/workflows/CI.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
run: 'write("random.txt", string(rand(10)))'
|
run: 'write("random.txt", string(rand(10)))'
|
||||||
- name: Set cache-name as output
|
- name: Set cache-name as output
|
||||||
id: name
|
id: name
|
||||||
run: echo "::set-output name=cache-name::${{ hashFiles('random.txt') }}"
|
run: echo "cache-name=${{ hashFiles('random.txt') }}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
test-save:
|
test-save:
|
||||||
needs: generate-key
|
needs: generate-key
|
||||||
|
|||||||
Reference in New Issue
Block a user