Skip to content

Commit bfcb0f8

Browse files
authored
Merge pull request #28 from NSLS2/dependabot/github_actions/actions/setup-python-6
Bump actions/setup-python from 5 to 6
2 parents f2bc41e + 4123599 commit bfcb0f8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
with:
2626
fetch-depth: 0
2727
persist-credentials: false
28-
- uses: actions/setup-python@v5
28+
- uses: actions/setup-python@v6
2929
with:
3030
python-version: "3.x"
3131
- uses: pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd # v3.0.1
@@ -48,7 +48,7 @@ jobs:
4848
fetch-depth: 0
4949
persist-credentials: false
5050

51-
- uses: actions/setup-python@v5
51+
- uses: actions/setup-python@v6
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
allow-prereleases: true

0 commit comments

Comments
 (0)