From b08cee967bd46616b5ba88138207ba77e5bce291 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Sun, 11 Feb 2024 20:38:29 +0400 Subject: [PATCH] Update action.yml --- actions/latex/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actions/latex/action.yml b/actions/latex/action.yml index 712618e..de1912e 100644 --- a/actions/latex/action.yml +++ b/actions/latex/action.yml @@ -42,9 +42,9 @@ runs: using: "composite" steps: - name: Set up Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Tectonic Cache with: path: ~/.cache/Tectonic