We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d4376f3 + 61717f2 commit 137ae43Copy full SHA for 137ae43
2 files changed
.github/workflows/continuous_delivery.yaml
@@ -24,7 +24,7 @@ jobs:
24
id-token: write
25
26
steps:
27
- - uses: actions/checkout@v6.0.2
+ - uses: actions/checkout@v6.0.3
28
29
- name: Set up Python ${{ matrix.python-version }}
30
uses: actions/setup-python@v6
.github/workflows/continuous_integration.yml
@@ -13,7 +13,7 @@ jobs:
13
python-version: ["3.14"] # Add more Python versions to test here
14
15
16
17
18
19
0 commit comments