Skip to content

Commit d22e725

Browse files
authored
Merge pull request #615 from ClimateImpactLab/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 878f9fd + 4f671db commit d22e725

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:

.github/workflows/pythonpackage.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run:
2323
shell: bash
2424
steps:
25-
- uses: actions/checkout@v4
25+
- uses: actions/checkout@v5
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v5
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
run:
4646
shell: bash
4747
steps:
48-
- uses: actions/checkout@v4
48+
- uses: actions/checkout@v5
4949
- name: Set up Python ${{ matrix.python-version }}
5050
uses: actions/setup-python@v5
5151
with:

0 commit comments

Comments
 (0)