Skip to content

Commit 57f1b84

Browse files
authored
Merge pull request #625 from ClimateImpactLab/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 0a20cb4 + caaea0e commit 57f1b84

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@v5
18+
- uses: actions/checkout@v6
1919
- name: Set up Python
2020
uses: actions/setup-python@v6
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@v5
25+
- uses: actions/checkout@v6
2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v6
2828
with:
@@ -45,7 +45,7 @@ jobs:
4545
run:
4646
shell: bash
4747
steps:
48-
- uses: actions/checkout@v5
48+
- uses: actions/checkout@v6
4949
- name: Set up Python ${{ matrix.python-version }}
5050
uses: actions/setup-python@v6
5151
with:

0 commit comments

Comments
 (0)