Skip to content

Commit 3e0f68c

Browse files
author
Mikhail Milovidov
committed
Update versions of actions
1 parent fa16e40 commit 3e0f68c

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ jobs:
2525
release_branches: ${{ steps.git_version.outputs.BUILD_VERSION_RELEASE_BRANCHES }}
2626

2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v6.0.3
2929
with:
3030
fetch-depth: 0
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@v5
33+
uses: actions/setup-python@v6.2.0
3434
with:
3535
python-version: "3.13"
3636

@@ -76,7 +76,7 @@ jobs:
7676
echo "═══════════════════════════════════════"
7777
7878
- name: Upload build artifacts
79-
uses: actions/upload-artifact@v4
79+
uses: actions/upload-artifact@v7.0.1
8080
with:
8181
name: dist
8282
path: dist/
@@ -90,12 +90,12 @@ jobs:
9090
python-version: ["3.10", "3.11", "3.12", "3.13"]
9191

9292
steps:
93-
- uses: actions/checkout@v4
93+
- uses: actions/checkout@v6.0.3
9494
with:
9595
fetch-depth: 0
9696

9797
- name: Set up Python ${{ matrix.python-version }}
98-
uses: actions/setup-python@v5
98+
uses: actions/setup-python@v6.2.0
9999
with:
100100
python-version: ${{ matrix.python-version }}
101101

@@ -123,10 +123,10 @@ jobs:
123123
runs-on: ubuntu-latest
124124

125125
steps:
126-
- uses: actions/checkout@v4
126+
- uses: actions/checkout@v6.0.3
127127

128128
- name: Set up Python
129-
uses: actions/setup-python@v5
129+
uses: actions/setup-python@v6.2.0
130130
with:
131131
python-version: "3.13"
132132

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
if: github.ref == 'refs/heads/main'
1010

1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v6.0.3
1313
with:
1414
fetch-depth: 0
1515

1616
- name: Set up Python
17-
uses: actions/setup-python@v5
17+
uses: actions/setup-python@v6.2.0
1818
with:
1919
python-version: "3.13"
2020

@@ -30,6 +30,6 @@ jobs:
3030
run: python -m build
3131

3232
- name: Publish to PyPI
33-
uses: pypa/gh-action-pypi-publish@release/v1
33+
uses: pypa/gh-action-pypi-publish@v1.14.0
3434
with:
3535
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)