From e4650af133358943881aee83e607f3567ff2d0a4 Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Tue, 12 Mar 2024 02:15:34 +0800 Subject: [PATCH] ci: upgrade actions - Bump actions/checkout to v4 - Bump actions/cache to v4 --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 660df704..60586153 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,12 +11,12 @@ jobs: engine: [lualatex] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Cache dependencies - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: | /tmp/texlive