Skip to content

Commit 2535a63

Browse files
Bump the ci-dependencies group with 1 update (#53)
Bumps the ci-dependencies group with 1 update: [darbiadev/.github](https://github.com/darbiadev/.github). Updates `darbiadev/.github` from 11.0.0 to 13.0.0 - [Release notes](https://github.com/darbiadev/.github/releases) - [Commits](darbiadev/.github@38577af...ea97d99) --- updated-dependencies: - dependency-name: darbiadev/.github dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 54b647f commit 2535a63

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/container-build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ permissions:
1717

1818
jobs:
1919
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
2121
with:
2222
file-name: Dockerfile

.github/workflows/python-ci.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ on:
88

99
jobs:
1010
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
1212

1313
lint:
1414
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
1616

1717
test:
1818
needs: lint
@@ -21,7 +21,7 @@ jobs:
2121
os: [ ubuntu-latest ]
2222
python-version: [ "3.12" ]
2323

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
2525
with:
2626
os: ${{ matrix.os }}
2727
python-version: ${{ matrix.python-version }}
@@ -36,4 +36,4 @@ jobs:
3636
pages: write
3737
id-token: write
3838

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

0 commit comments

Comments
 (0)