Skip to content

Commit fa7b08b

Browse files
dependabot[bot]inducer
authored andcommitted
Bump actions/setup-python from 5 to 6
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5 to 6. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5...v6) --- updated-dependencies: - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1fc3599 commit fa7b08b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
steps:
133133
- uses: actions/checkout@v5
134134
-
135-
uses: actions/setup-python@v5
135+
uses: actions/setup-python@v6
136136
with:
137137
python-version: '3.x'
138138
- name: "Main Script"
@@ -202,7 +202,7 @@ jobs:
202202
runs-on: ubuntu-latest
203203
steps:
204204
- uses: actions/checkout@v5
205-
- uses: actions/setup-python@v5
205+
- uses: actions/setup-python@v6
206206
- run: |
207207
pip install cffconvert
208208
cffconvert -i CITATION.cff --validate

0 commit comments

Comments
 (0)