[latex3-commits] [git/LaTeX3-latex3-latex2e] develop: Fix cache workflow caching tag (213d8cad)
Marcel Fabian Krüger
tex at 2krueger.de
Fri Nov 25 12:08:22 CET 2022
Repository : https://github.com/latex3/latex2e
On branch : develop
Link : https://github.com/latex3/latex2e/commit/213d8cadcb7814f6af1318f1292b3c65d25de6da
>---------------------------------------------------------------
commit 213d8cadcb7814f6af1318f1292b3c65d25de6da
Author: Marcel Fabian Krüger <tex at 2krueger.de>
Date: Fri Nov 25 12:06:41 2022 +0100
Fix cache workflow caching tag
>---------------------------------------------------------------
213d8cadcb7814f6af1318f1292b3c65d25de6da
.github/workflows/cache.yaml | 2 +-
.github/workflows/deploy.yaml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/cache.yaml b/.github/workflows/cache.yaml
index 905f725b..6e2f6a7d 100644
--- a/.github/workflows/cache.yaml
+++ b/.github/workflows/cache.yaml
@@ -23,7 +23,7 @@ jobs:
- name: Generate unique ID
id: get-id
run: |
- echo "id=$(cat /proc/sys/kernel/random/uuid)" >> $GITHUB_STATE
+ echo "id=$(cat /proc/sys/kernel/random/uuid)" >> $GITHUB_OUTPUT
# Actually load the cache. Since we never reuse the key, we need restore-keys
# to indicate the prefix of our caches. This loads the newest cache with this
# prefix in the key.
diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml
index c59f391a..26b8cd97 100644
--- a/.github/workflows/deploy.yaml
+++ b/.github/workflows/deploy.yaml
@@ -23,7 +23,7 @@ jobs:
- name: Generate unique ID
id: get-id
run: |
- echo "id=$(cat /proc/sys/kernel/random/uuid)" >> $GITHUB_STATE
+ echo "id=$(cat /proc/sys/kernel/random/uuid)" >> $GITHUB_OUTPUT
# Actually load the cache. Since we never reuse the key, we need restore-keys
# to indicate the prefix of our caches. This loads the newest cache with this
# prefix in the key.
More information about the latex3-commits
mailing list.