Browse Source

Merge pull request #543 from saimn/dependabot/github_actions/dot-github/workflows/actions-76468cb07f

Bump actions/checkout from 5 to 6 in /.github/workflows in the actions group
pull/525/merge
Simon Conseil 3 months ago committed by GitHub
parent
commit
f04d90c695
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/publish.yml
  2. 2
      .github/workflows/python-tests.yml

2
.github/workflows/publish.yml

@ -16,7 +16,7 @@ jobs:
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- uses: actions/setup-python@v6

2
.github/workflows/python-tests.yml

@ -19,7 +19,7 @@ jobs:
python-version: ["3.11", "3.12", "3.13", "3.14"]
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Set up Python ${{ matrix.python-version }}

Loading…
Cancel
Save