Skip to content
Open
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/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
# 1. Checkout the specific code commit tested by the triggering workflow
- name: ⬇️ Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# Checkout the exact commit SHA from the completed workflow run
# ref: ${{ github.event.workflow_run.head_sha }}
Expand All @@ -34,7 +34,7 @@ jobs:

# 2. Set up Python environment
- name: 🐍 Set up Python 3.11
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: '3.11'

Expand Down