Skip to content

Commit b3188dd

Browse files
authored
Merge pull request #289 from NCAR/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents ba1f360 + 5d7ad25 commit b3188dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Set up Python
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: '3.10'
1616
- name: Install dependencies
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
- uses: actions/checkout@v5
3232
- name: Set up Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6
3434
with:
3535
python-version: '3.10'
3636
- name: Install dependencies

0 commit comments

Comments
 (0)