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 May 8, 2024
1 parent 589a476 commit bf627f5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
python-version: 3.8

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.5
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ jobs:
format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v3
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
python-version: 3.8

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.5
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down Expand Up @@ -54,12 +54,12 @@ jobs:
- os: macos-latest
python-version: 3.8
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v3
with:
python-version: 3.7
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v4.1.5
- uses: julia-actions/setup-julia@v1
with:
version: '1.4.1'
Expand Down

0 comments on commit bf627f5

Please sign in to comment.