Skip to content

Commit

Permalink
Merge pull request #63 from brainets/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
EtienneCmb authored Sep 5, 2023
2 parents 4204213 + 8686759 commit a1aca40
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python 🔧
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python ${{ matrix.python-version }} 🔧
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v4.0.0
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python ${{ matrix.python-version }} 🔧
uses: actions/setup-python@v4
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎️
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Set up Python 🔧
uses: actions/setup-python@v4
Expand Down

0 comments on commit a1aca40

Please sign in to comment.