Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
permissions:
contents: write # Need write permission to update CHANGELOG.md
steps:
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- name: Generate changelog
uses: rhysd/changelog-from-release/action@52d937b0fb327a34339178db5413662c35213abf
with:
Expand All @@ -44,7 +44,7 @@ jobs:
permissions:
id-token: write
steps:
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
- name: Set up Python
uses: actions/setup-python@fbeb884f69f0ac1c0257302f62aa524c2824b649
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
steps:
# 1. Checkout your stub repository code
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493

# 2. Set up the specific Python version
- name: Set up Python ${{ matrix.python-version }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sign-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id-token: write # Needed for Sigstore authentication

steps:
- uses: actions/checkout@8edcb1bdb4e267140fa742c62e395cd74f332709
- uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493
with:
persist-credentials: false

Expand Down