Skip to content

Commit 3b4e59f

Browse files
authored
Merge pull request #213 from JuliaDiff/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 4df70da + 6b0797f commit 3b4e59f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
arch:
2727
- x64
2828
steps:
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030
- uses: julia-actions/setup-julia@v1
3131
with:
3232
version: ${{ matrix.version }}
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ubuntu-latest
5454
steps:
5555
- name: Set up Git repository
56-
uses: actions/checkout@v3
56+
uses: actions/checkout@v4
5757
- name: Compile LaTeX document
5858
uses: xu-cheng/texlive-action/full@v1
5959
with:
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
needs: build_terminology_latex
7373
steps:
74-
- uses: actions/checkout@v3
74+
- uses: actions/checkout@v4
7575
- uses: julia-actions/setup-julia@v1
7676
with:
7777
version: 'nightly'

0 commit comments

Comments
 (0)