Skip to content

Commit

Permalink
Update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 17, 2023
1 parent 589a476 commit e1a008a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.1
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.1
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.1
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down

0 comments on commit e1a008a

Please sign in to comment.