Skip to content

Commit d17b9c8

Browse files
chore(deps): update github actions
1 parent 8a4ae94 commit d17b9c8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/dev.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
with:
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
@@ -71,7 +71,7 @@ jobs:
7171
name: Docker Image for gwa-api
7272
runs-on: ubuntu-latest
7373
steps:
74-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
74+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
7575
with:
7676
fetch-depth: 2
7777
- name: Check if build needed
@@ -104,7 +104,7 @@ jobs:
104104
name: Docker Image for gwa-scheduler
105105
runs-on: ubuntu-latest
106106
steps:
107-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
107+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
108108
with:
109109
fetch-depth: 2
110110
- name: Check if build needed
@@ -137,7 +137,7 @@ jobs:
137137
name: Docker Image for gwa-kube-api
138138
runs-on: ubuntu-latest
139139
steps:
140-
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4
140+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
141141
with:
142142
fetch-depth: 2
143143
- name: Check if build needed

.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@bd2822c9d98065c9766fb1f4bbc32325c47de4fb # 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)