File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616 contents : read
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v6.0.1
19+ uses : actions/checkout@v6.0.2
2020
2121 - name : Lint commit messages
2222 uses : wagoid/commitlint-github-action@v6.2.1
4747 contents : read
4848 steps :
4949 - name : Checkout repository
50- uses : actions/checkout@v6.0.1
50+ uses : actions/checkout@v6.0.2
5151
5252 - name : Set up Python
5353 uses : actions/setup-python@v6.2.0
8787 service : [codecov, codacy]
8888 steps :
8989 - name : Checkout repository
90- uses : actions/checkout@v6.0.1
90+ uses : actions/checkout@v6.0.2
9191
9292 - name : Download coverage report artifact
9393 uses : actions/download-artifact@v7.0.0
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - name : Checkout repository
122- uses : actions/checkout@v6.0.1
122+ uses : actions/checkout@v6.0.2
123123
124124 - name : Log in to GitHub Container Registry
125125 uses : docker/login-action@v3.6.0
You can’t perform that action at this time.
0 commit comments