Skip to content

Commit 2e78826

Browse files
committed
Update GitHub Actions versions
1 parent 4a1b16b commit 2e78826

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ jobs:
1919
python-version: ["3.12", "3.13"]
2020

2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6.0.1
2323
- name: Set up Python ${{ matrix.python-version }}
24-
uses: actions/setup-python@v5
24+
uses: actions/setup-python@v6.1.0
2525
with:
2626
python-version: ${{ matrix.python-version }}
2727
- name: Install PDM

.github/workflows/python-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
id-token: write
2121

2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v6.0.1
2424
- name: Set up Python
25-
uses: actions/setup-python@v5
25+
uses: actions/setup-python@v6.1.0
2626
with:
2727
python-version: '3.12'
2828
- name: Install PDM
@@ -36,4 +36,4 @@ jobs:
3636
- name: Build package
3737
run: pdm build
3838
- name: Publish package
39-
uses: pypa/gh-action-pypi-publish@v1.8.14
39+
uses: pypa/gh-action-pypi-publish@v1.13.0

0 commit comments

Comments
 (0)