Skip to content

Commit f6a9eda

Browse files
chore(deps): update github actions
1 parent d2b15f7 commit f6a9eda

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/conventional-commits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: conventional commits
21-
uses: webiny/action-conventional-commits@v1.3.0
21+
uses: webiny/action-conventional-commits@v1.3.1
2222
with:
2323
allowed-commit-types: "build,chore,ci,docs,feat,fix,perf,refactor,style,test"

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.11'
26+
python-version: '3.14'
2727
- name: Install Tox
2828
run: pip install tox
2929
- name: Lint documentation

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Release Drafter
14-
uses: release-drafter/release-drafter@v6.0.0
14+
uses: release-drafter/release-drafter@v6.2.0
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: "3.10"
27+
python-version: "3.14"
2828
check-latest: true
2929
- name: Build packages
3030
run: |

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.11'
23+
python-version: '3.14'
2424
cache: 'pip'
2525
- name: Configure environment
2626
run: |

0 commit comments

Comments
 (0)