Skip to content

Commit

Permalink
Update action version in workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Harry Chen <harry-chen@outlook.com>
  • Loading branch information
Harry-Chen committed Nov 7, 2023
1 parent 7406f14 commit e574e84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit e574e84

Please sign in to comment.