Skip to content

Commit

Permalink
Merge pull request #478 from brainpy/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

⬆️ Bump actions/checkout from 2 to 4
  • Loading branch information
chaoming0625 authored Sep 9, 2023
2 parents 4df02c6 + d07a35e commit 6cfe6f8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI-models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -48,7 +48,7 @@ jobs:
# python-version: ["3.7"]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand All @@ -72,7 +72,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -95,7 +95,7 @@ jobs:
# python-version: [ "3.7" ]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand All @@ -120,7 +120,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -145,7 +145,7 @@ jobs:
# python-version: ["3.7"]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: [ "3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -59,7 +59,7 @@ jobs:
# python-version: ["3.7"]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11"]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
# python-version: [ "3.7" ]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand Down Expand Up @@ -159,7 +159,7 @@ jobs:
# python-version: ["3.8", "3.9", "3.10", "3.11"]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand Down Expand Up @@ -195,7 +195,7 @@ jobs:
# python-version: ["3.7"]
#
# steps:
# - uses: actions/checkout@v2
# - uses: actions/checkout@v4
# - name: Set up Python ${{ matrix.python-version }}
# uses: actions/setup-python@v4
# with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- run: python setup.py bdist_wheel
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
labels: self-hosted

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
Expand Down

0 comments on commit 6cfe6f8

Please sign in to comment.