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 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout repository
20- uses : actions/checkout@v6.0.0
20+ uses : actions/checkout@v6.0.1
2121
2222 - name : Lint commit messages
2323 uses : wagoid/commitlint-github-action@v6.2.1
4646 runs-on : ubuntu-latest
4747 steps :
4848 - name : Checkout repository
49- uses : actions/checkout@v6.0.0
49+ uses : actions/checkout@v6.0.1
5050
5151 - name : Set up Python
5252 uses : actions/setup-python@v6.1.0
8484 service : [codecov, codacy]
8585 steps :
8686 - name : Checkout repository
87- uses : actions/checkout@v6.0.0
87+ uses : actions/checkout@v6.0.1
8888
8989 - name : Download coverage report artifact
9090 uses : actions/download-artifact@v6.0.0
@@ -116,7 +116,7 @@ jobs:
116116
117117 steps :
118118 - name : Checkout repository
119- uses : actions/checkout@v6.0.0
119+ uses : actions/checkout@v6.0.1
120120
121121 - name : Log in to GitHub Container Registry
122122 uses : docker/login-action@v3.6.0
You can’t perform that action at this time.
0 commit comments