Skip to content

Commit ee909e9

Browse files
authored
Merge pull request #3 from cchdo/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents dbbac36 + b601b21 commit ee909e9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-cchdo-cf-derived.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
enable-cache: true
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.12'
2626

.github/workflows/update-cchdo-sumfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
enable-cache: true
2121

2222
- name: Setup Python
23-
uses: actions/setup-python@v5
23+
uses: actions/setup-python@v6
2424
with:
2525
python-version: '3.12'
2626

.github/workflows/update-cchdo-tracklines.yml

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

1818
# uv docs suggest using the gh actions to install python is faster
1919
- name: Setup Python
20-
uses: actions/setup-python@v5
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.12'
2323

0 commit comments

Comments
 (0)