From e574e843e08f49ecd464b23bd66dc2535b8cb81e Mon Sep 17 00:00:00 2001 From: Harry Chen Date: Tue, 7 Nov 2023 21:14:01 +0800 Subject: [PATCH] Update action version in workflow Signed-off-by: Harry Chen --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8faeed7d..ee3cf91e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'ci skip')" container: ghcr.io/tuna/thuthesis-test-env steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Test thesis run: make thesis - name: Test spine @@ -33,7 +33,7 @@ jobs: if: "startsWith(github.ref, 'refs/tags/v') || contains(github.event.head_commit.message, '[zip]')" container: ghcr.io/tuna/thuthesis-test-env steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install required packages run: bash .github/workflows/install-packages.sh - name: Build release zip with l3build