Skip to content

Commit 226fec1

Browse files
chore(deps): bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0afefbe commit 226fec1

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/dependency_review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: 'Checkout Repository'
14-
uses: actions/checkout@v6.0.1
14+
uses: actions/checkout@v6.0.2
1515
- name: 'Dependency Review'
1616
uses: actions/dependency-review-action@v4

.github/workflows/mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout main
17-
uses: actions/checkout@v6.0.1
17+
uses: actions/checkout@v6.0.2
1818
with:
1919
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
2020
- name: Set up Python 3.12

.github/workflows/mypy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
mypy:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v6.0.1
14+
- uses: actions/checkout@v6.0.2
1515
with:
1616
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1717
- name: Set up Python 3.12

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pylint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6.0.1
13+
- uses: actions/checkout@v6.0.2
1414
with:
1515
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1616
- name: Set up Python 3.12

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pytest:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6.0.1
13+
- uses: actions/checkout@v6.0.2
1414
with:
1515
fetch-depth: 0 # Fetch all history for .GitInfo and .Lastmod
1616
- name: Set up Python 3.12

0 commit comments

Comments
 (0)