We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 071d793 + e29d794 commit 29e7fb8Copy full SHA for 29e7fb8
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
runs-on: ubuntu-latest
24
steps:
25
- name: Checkout Code Repository
26
- uses: actions/checkout@v6.0.1
+ uses: actions/checkout@v6.0.2
27
28
- name: Set up Python
29
uses: actions/setup-python@v6.1.0
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
@@ -72,7 +72,7 @@ jobs:
72
# IMPORTANT: this permission is mandatory for trusted publishing
73
id-token: write
74
75
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
76
77
78
with:
0 commit comments