Skip to content

Commit f7e6068

Browse files
authored
Merge pull request #15 from lsst-dm/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents 31bdcd0 + b1a9e01 commit f7e6068

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v4
3434

3535
- name: Set up Python
36-
uses: actions/setup-python@v5
36+
uses: actions/setup-python@v6
3737
with:
3838
python-version: ${{ env.PYTHON_VERSION }}
3939

0 commit comments

Comments
 (0)