Skip to content

Commit 6d661f4

Browse files
authored
Merge pull request #117 from JuliaDiff/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 35ce2cc + 70cbe63 commit 6d661f4

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
@@ -25,7 +25,7 @@ jobs:
2525
arch:
2626
- x64
2727
steps:
28-
- uses: actions/checkout@v2
28+
- uses: actions/checkout@v3
2929
- uses: julia-actions/setup-julia@v1
3030
with:
3131
version: ${{ matrix.version }}
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Set up Git repository
55-
uses: actions/checkout@v2
55+
uses: actions/checkout@v3
5656
- name: Compile LaTeX document
5757
uses: xu-cheng/texlive-action/full@v1
5858
with:
@@ -70,7 +70,7 @@ jobs:
7070
runs-on: ubuntu-latest
7171
needs: build_terminology_latex
7272
steps:
73-
- uses: actions/checkout@v2
73+
- uses: actions/checkout@v3
7474
- uses: julia-actions/setup-julia@v1
7575
with:
7676
version: 'nightly'

0 commit comments

Comments
 (0)