Skip to content

Commit

Permalink
Update actions/checkout action to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 14, 2022
1 parent 589a476 commit f52d055
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@v2.4.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@v2.4.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@v2.4.1
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down

0 comments on commit f52d055

Please sign in to comment.