Skip to content

Commit a1e8853

Browse files
committed
Upgrade GitHub actions
1 parent bb82d71 commit a1e8853

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/detect-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
detect-release:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313

1414
- name: Check unzip version
1515
run: unzip -v

.github/workflows/publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
1818
with:
19-
python-version: '3.11'
19+
python-version: '3.13'
2020

2121
- name: Install build dependencies
22-
run: python -m pip install --upgrade pip setuptools wheel poetry==1.5.1
22+
run: python -m pip install --upgrade pip setuptools wheel poetry==2.1.3
2323

2424
- name: Build distributions
2525
run: poetry build

0 commit comments

Comments
 (0)