From a49a90e1f1eb852867c11fb3795c69d5065d9f00 Mon Sep 17 00:00:00 2001 From: AgOH <50107074+StableAgOH@users.noreply.github.com> Date: Sat, 14 Oct 2023 15:26:45 +0800 Subject: [PATCH] ci: bump version of actions --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10f2bed..610386c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -5,12 +5,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Set up Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: recursive - name: Build problem.tex - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: problem.tex working_directory: problem @@ -18,7 +18,7 @@ jobs: args: -jobname=${{ github.event.repository.name }}-problem - name: Build solution.tex - uses: xu-cheng/latex-action@v2 + uses: xu-cheng/latex-action@v3 with: root_file: solution.tex working_directory: solution