1515 name : Format black
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v5
19- - uses : actions/setup-python@v5
18+ - uses : actions/checkout@v6
19+ - uses : actions/setup-python@v6
2020 with :
2121 python-version : " 3.10"
2222 - name : Install Hatch
2929 name : MyPy
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v5
33- - uses : actions/setup-python@v5
32+ - uses : actions/checkout@v6
33+ - uses : actions/setup-python@v6
3434 with :
3535 python-version : " 3.10"
3636 - name : Install Hatch
4242 name : Lint Code
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v5
46- - uses : actions/setup-python@v5
45+ - uses : actions/checkout@v6
46+ - uses : actions/setup-python@v6
4747 with :
4848 python-version : " 3.10"
4949 - name : Install Hatch
5555 name : Sort imports
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v5
59- - uses : actions/setup-python@v5
58+ - uses : actions/checkout@v6
59+ - uses : actions/setup-python@v6
6060 with :
6161 python-version : " 3.10"
6262 - name : Install Hatch
6868 name : Check docstrings
6969 runs-on : ubuntu-latest
7070 steps :
71- - uses : actions/checkout@v5
72- - uses : actions/setup-python@v5
71+ - uses : actions/checkout@v6
72+ - uses : actions/setup-python@v6
7373 with :
7474 python-version : " 3.10"
7575 - name : Install Hatch
8181 name : Scan for secrets
8282 runs-on : ubuntu-latest
8383 steps :
84- - uses : actions/checkout@v5
84+ - uses : actions/checkout@v6
8585 with :
8686 fetch-depth : 0
8787 - name : Install gitleaks
@@ -97,11 +97,11 @@ jobs:
9797 env :
9898 API_KEY : " not-a-real-api-key"
9999 steps :
100- - uses : actions/checkout@v5
100+ - uses : actions/checkout@v6
101101 with :
102102 # for coverage comment action
103103 fetch-depth : 1000
104- - uses : actions/setup-python@v5
104+ - uses : actions/setup-python@v6
105105 with :
106106 python-version : " 3.10"
107107 - name : Install Hatch
@@ -110,6 +110,6 @@ jobs:
110110 run : hatch run test:unit-with-cov
111111 - name : Coverage comment
112112 id : coverage_comment
113- uses : py-cov-action/python-coverage-comment-action@91910686861e4e1d8282a267a896eb39d46240fb
113+ uses : py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc
114114 with :
115115 GITHUB_TOKEN : ${{ github.token }}
0 commit comments