We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a61ab commit 844d28cCopy full SHA for 844d28c
.github/actions/poetrybuild/action.yaml
@@ -18,7 +18,7 @@ runs:
18
using: "composite"
19
steps:
20
- name: Set up Python
21
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0
22
with:
23
python-version: ${{ inputs.python }}
24
- name: Install dependencies
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
44
45
46
47
python-version: "3.14"
48
- name: Install poetry
0 commit comments