File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,16 +45,16 @@ jobs:
4545 - name : " Check documentation dependencies"
4646 id : docs-requirements
4747 # yamllint disable-line rule:line-length
48- uses : os-climate/osc-github-devops/.github/actions/path-check@a15d0c7f2037d57e40b1eaf883694c251379faec # 2024-12-31
48+ uses : os-climate/osc-github-devops/.github/actions/path-check-action@7dd0d1b53f92fc5eab62c8799562557f765692a8 # 2024-12-31
4949 with :
5050 check-path : " docs/requirements.txt"
5151
5252 - name : " Check for TOX configuration"
5353 id : tox-ini
5454 # yamllint disable-line rule:line-length
55- uses : os-climate/osc-github-devops/.github/actions/path-check@a15d0c7f2037d57e40b1eaf883694c251379faec # 2024-12-31
55+ uses : os-climate/osc-github-devops/.github/actions/path-check-action@7dd0d1b53f92fc5eab62c8799562557f765692a8 # 2024-12-31
5656 with :
57- check- path : " tox.ini"
57+ path : " tox.ini"
5858
5959 - name : " Install documentation dependencies"
6060 if : steps.docs-requirements.outputs.type == 'file'
You can’t perform that action at this time.
0 commit comments