File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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
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
Original file line number Diff line number Diff line change 1717 actions : write
1818 steps :
1919 - name : Delete workflow runs
20- uses : Mattraks/delete-workflow-runs@feeb82053ea847a97fe4ee2aa314c94eac0eff04 # v2
20+ uses : Mattraks/delete-workflow-runs@5bf9a1dac5c4d041c029f0a8370ddf0c5cb5aeb7 # v2
2121 with :
2222 token : ${{ github.token }}
2323 repository : ${{ github.repository }}
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments