Skip to content

Commit 3792b8c

Browse files
authored
Merge pull request #160 from PEtab-dev/dependabot/github_actions/develop/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 2b483ac + ba45360 commit 3792b8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Check out repository
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v5
2626

2727
- name: Prepare python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v5

.github/workflows/deploy_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: "3.12"
2222

23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 20
2626

0 commit comments

Comments
 (0)