Skip to content

Commit

Permalink
Merge pull request #213 from JuliaDiff/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
oxinabox committed Sep 5, 2023
2 parents 4df70da + 6b0797f commit 3b4e59f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Compile LaTeX document
uses: xu-cheng/texlive-action/full@v1
with:
Expand All @@ -71,7 +71,7 @@ jobs:
runs-on: ubuntu-latest
needs: build_terminology_latex
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v1
with:
version: 'nightly'
Expand Down

0 comments on commit 3b4e59f

Please sign in to comment.