File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,6 @@ permissions:
17
17
18
18
jobs :
19
19
build-push :
20
- uses : darbiadev/.github/.github/workflows/docker-build-push.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11 .0.0
20
+ uses : darbiadev/.github/.github/workflows/docker-build-push.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13 .0.0
21
21
with :
22
22
file-name : Dockerfile
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
pre-commit :
11
- uses : darbiadev/.github/.github/workflows/generic-precommit.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11 .0.0
11
+ uses : darbiadev/.github/.github/workflows/generic-precommit.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13 .0.0
12
12
13
13
lint :
14
14
needs : pre-commit
15
- uses : darbiadev/.github/.github/workflows/python-lint.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11 .0.0
15
+ uses : darbiadev/.github/.github/workflows/python-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13 .0.0
16
16
17
17
test :
18
18
needs : lint
21
21
os : [ ubuntu-latest ]
22
22
python-version : [ "3.12" ]
23
23
24
- uses : darbiadev/.github/.github/workflows/python-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11 .0.0
24
+ uses : darbiadev/.github/.github/workflows/python-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13 .0.0
25
25
with :
26
26
os : ${{ matrix.os }}
27
27
python-version : ${{ matrix.python-version }}
36
36
pages : write
37
37
id-token : write
38
38
39
- uses : darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11 .0.0
39
+ uses : darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13 .0.0
You can’t perform that action at this time.
0 commit comments