Skip to content

Commit f3cd3a1

Browse files
fix: downgrade actions/checkout and setup-python to stable v4/v5
1 parent 33450b1 commit f3cd3a1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
python-version: ["3.10", "3.11", "3.12", "3.13"]
1818

1919
steps:
20-
- uses: actions/checkout@v6
20+
- uses: actions/checkout@v4
2121
with:
2222
persist-credentials: false
2323

2424
- name: Set up Python ${{ matrix.python-version }}
25-
uses: actions/setup-python@v6
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@ jobs:
2121
id-token: write
2222

2323
steps:
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v4
2525
with:
2626
persist-credentials: false
2727

2828
- name: Set up Python 3.11
29-
uses: actions/setup-python@v6
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: "3.11"
3232

0 commit comments

Comments
 (0)