Skip to content

Commit 79af980

Browse files
chore(deps): update github actions
1 parent 3eacaf1 commit 79af980

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
fetch-depth: 2
2424
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2525
with:
26-
python-version: "3.11"
26+
python-version: "3.14"
2727
- name: Install deps
2828
run: |
2929
sudo apt update

.github/workflows/jira.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
actions: write
1818
steps:
1919
- name: Delete workflow runs
20-
uses: Mattraks/delete-workflow-runs@feeb82053ea847a97fe4ee2aa314c94eac0eff04 # v2
20+
uses: Mattraks/delete-workflow-runs@eccaeac8e3534d4eb7fe34988b2c91030dc073d0 # v2
2121
with:
2222
token: ${{ github.token }}
2323
repository: ${{ github.repository }}

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.14"
2424
- name: Install deps
2525
run: |
2626
sudo apt update

0 commit comments

Comments
 (0)