Skip to content

Commit

Permalink
Merge pull request #35 from MathEXLab/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
dalcinl authored Sep 21, 2023
2 parents 3db225b + e8595b2 commit 3490bdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: echo 127.0.0.1 `hostname` | sudo tee -a /etc/hosts > /dev/null

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup MPI (${{ matrix.mpi }})
uses: mpi4py/setup-mpi@v1
Expand Down Expand Up @@ -95,7 +95,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Use Python ${{ matrix.py }}
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 3490bdb

Please sign in to comment.