Skip to content

Commit 299d712

Browse files
committed
chore(deps): Bump actions/checkout from 6 to 6.0.2
1 parent 3b0b32e commit 299d712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v6.0.2
2323

2424
- name: Set up Python
2525
uses: actions/setup-python@v6.2.0
@@ -51,7 +51,7 @@ jobs:
5151
attestations: write
5252
steps:
5353
- name: Checkout repository
54-
uses: actions/checkout@v6
54+
uses: actions/checkout@v6.0.2
5555
with:
5656
fetch-depth: 0
5757

0 commit comments

Comments
 (0)