We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a96cf6a commit 645002cCopy full SHA for 645002c
2 files changed
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
34
35
- name: Set up Python
36
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
+ uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6
37
with:
38
python-version: "3.14"
39
.github/workflows/test.yml
@@ -27,7 +27,7 @@ jobs:
27
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
28
29
- name: Set up Python ${{ matrix.python }}
30
31
32
python-version: ${{ matrix.python }}
0 commit comments