Skip to content

Commit b4d3372

Browse files
authored
Merge pull request #97 from galsci/dependabot/github_actions/actions/checkout-5
build(deps): bump actions/checkout from 4 to 5
2 parents 6cedf16 + 511cd98 commit b4d3372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.10", "3.11"]
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v5
2222

2323
- name: Install Conda environment with Micromamba
2424
uses: mamba-org/setup-micromamba@v2

0 commit comments

Comments
 (0)