Skip to content

Commit

Permalink
build(deps): Bump actions/checkout from 4.1.3 to 4.1.4 (#81)
Browse files Browse the repository at this point in the history
* build(deps): Bump actions/checkout from 4.1.3 to 4.1.4

Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.3...v4.1.4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update pull-request-checks.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Pascal Zimmermann <pascal.zimmermann@theiotstudio.com>
  • Loading branch information
dependabot[bot] and ZPascal authored Apr 29, 2024
1 parent a0dfaf7 commit c052f85
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integrationtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout the repository and the branch
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Set up Python
uses: actions/setup-python@v5
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pull-request-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -35,7 +35,7 @@ jobs:
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4

- name: Set up Python
uses: actions/setup-python@v5
Expand All @@ -58,7 +58,7 @@ jobs:
python-version: [ '3.10' ]

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
persist-credentials: false
fetch-depth: 0
Expand All @@ -83,7 +83,7 @@ jobs:
pytest-coverage-path: ./pytest-coverage.txt
junitxml-path: ./pytest.xml
hide-badge: true
create-new-comment: true
create-new-comment: false

- name: Generate coverage badge
run: coverage-badge -f -o docs/coverage.svg
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
python-version: [ '3.9' ]

steps:
- uses: actions/checkout@v4.1.3
- uses: actions/checkout@v4.1.4
with:
persist-credentials: false
fetch-depth: 0
Expand Down

0 comments on commit c052f85

Please sign in to comment.