We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0b32e commit 299d712Copy full SHA for 299d712
.github/workflows/python-cd.yml
@@ -19,7 +19,7 @@ jobs:
19
contents: read
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v6
+ uses: actions/checkout@v6.0.2
23
24
- name: Set up Python
25
uses: actions/setup-python@v6.2.0
@@ -51,7 +51,7 @@ jobs:
51
attestations: write
52
53
54
55
with:
56
fetch-depth: 0
57
0 commit comments