Skip to content

Commit

Permalink
Merge pull request #12 from HiSPARC/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
153957 authored Sep 11, 2023
2 parents 0bfe1e4 + a3e9978 commit 9f5db47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
index:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/upload-artifact@v3
with:
name: index
Expand All @@ -22,7 +22,7 @@ jobs:
dutch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: xu-cheng/latex-action@v3
with:
root_file: "Dutch/*/*.tex"
Expand All @@ -37,7 +37,7 @@ jobs:
english:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: xu-cheng/latex-action@v3
with:
root_file: "English/*/*/*.tex"
Expand Down

0 comments on commit 9f5db47

Please sign in to comment.