Skip to content

Commit 0e899db

Browse files
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 (#215)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@1af3b93...8e8c483) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3729ab1 commit 0e899db

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release_draft.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
release-draft:
3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
32+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Pylint Static Code Analysis
2828
steps:
2929
- name: Checkout repository
30-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
30+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
3131
with:
3232
persist-credentials: false
3333

@@ -64,7 +64,7 @@ jobs:
6464
name: Black Format Check
6565
steps:
6666
- name: Checkout repository
67-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
67+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
6868
with:
6969
persist-credentials: false
7070

@@ -92,7 +92,7 @@ jobs:
9292
shell: bash
9393

9494
steps:
95-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
95+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
9696
with:
9797
fetch-depth: 0
9898
persist-credentials: false
@@ -117,7 +117,7 @@ jobs:
117117
name: Mypy Type Check
118118
steps:
119119
- name: Checkout repository
120-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
120+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
121121
with:
122122
persist-credentials: false
123123

.github/workflows/update_v1_tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout repo
14-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
14+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
1515
with:
1616
fetch-depth: 0
1717

0 commit comments

Comments
 (0)