Skip to content

Commit 41cdfa3

Browse files
authored
Merge pull request #12 from MolecularBioinformatics/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents 392357d + 7ff82d4 commit 41cdfa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
python-version: [ '3.7', '3.8', '3.9', '3.10' ]
1616
name: Python ${{ matrix.python-version }} sample
1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919
- name: Setup python ${{ matrix.python-version }}
2020
uses: actions/setup-python@v4
2121
with:

0 commit comments

Comments
 (0)