Skip to content

Commit

Permalink
build(deps): bump the template-workflows group (#112)
Browse files Browse the repository at this point in the history
Bumps the template-workflows group in /workflow-templates 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](38577af...ea97d99)

---
updated-dependencies:
- dependency-name: darbiadev/.github
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: template-workflows
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 1, 2024
1 parent aaef59d commit eb805c4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions workflow-templates/python-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
lint:
uses: darbiadev/.github/.github/workflows/python-lint.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/python-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

test:
needs: lint
Expand All @@ -18,7 +18,7 @@ jobs:
os: [ ubuntu-latest ]
python-version: [ "3.11" ]

uses: darbiadev/.github/.github/workflows/python-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/python-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
with:
os: ${{ matrix.os }}
python-version: ${{ matrix.python-version }}
Expand All @@ -30,4 +30,4 @@ jobs:
pages: write
id-token: write

uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/github-pages-python-sphinx.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
8 changes: 4 additions & 4 deletions workflow-templates/rust-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ on:

jobs:
lint:
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/rust-lint.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

clippy:
needs: lint
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/rust-clippy.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

test:
needs: clippy
Expand All @@ -33,7 +33,7 @@ jobs:
target: "x86_64-pc-windows-msvc",
}

uses: darbiadev/.github/.github/workflows/rust-test.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/rust-test.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0
with:
os: ${{ matrix.triple.os }}
target: ${{ matrix.triple.target }}
Expand All @@ -45,4 +45,4 @@ jobs:
pages: write
id-token: write

uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@38577afaee35510b6792495a87b07d49b5cdf387 # v11.0.0
uses: darbiadev/.github/.github/workflows/github-pages-rust-doc.yaml@ea97d99e1520c46080c4c9032a69552e491474ac # v13.0.0

0 comments on commit eb805c4

Please sign in to comment.