Skip to content

Commit

Permalink
Merge pull request #17 from theochem/dependabot/github_actions/main/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
tovrstra authored Sep 11, 2023
2 parents ef07810 + 9862c0b commit 0c533d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
py: ["3.10", "3.11"]

steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"
- name: Setup python for test ${{ matrix.py }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 0c533d3

Please sign in to comment.