Skip to content

Commit ba92f0a

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1 (#210)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.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> Co-authored-by: Michael Dockter <michael@dockter.com>
1 parent 4453974 commit ba92f0a

16 files changed

Lines changed: 16 additions & 16 deletions

.github/workflows/bearer.yaml

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

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v7.0.0
22+
uses: actions/checkout@v7.0.1
2323
with:
2424
persist-credentials: false
2525

.github/workflows/black.yaml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v7.0.0
27+
uses: actions/checkout@v7.0.1
2828
with:
2929
persist-credentials: false
3030

.github/workflows/csharp-darwin-snippets.yaml

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

3737
steps:
3838
- name: checkout repository
39-
uses: actions/checkout@v7.0.0
39+
uses: actions/checkout@v7.0.1
4040
with:
4141
persist-credentials: false
4242

.github/workflows/csharp-linux-snippets.yaml

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

4040
steps:
4141
- name: checkout repository
42-
uses: actions/checkout@v7.0.0
42+
uses: actions/checkout@v7.0.1
4343
with:
4444
persist-credentials: false
4545

.github/workflows/csharp-windows-snippets.yaml

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

3737
steps:
3838
- name: checkout repository
39-
uses: actions/checkout@v7.0.0
39+
uses: actions/checkout@v7.0.1
4040
with:
4141
persist-credentials: false
4242

.github/workflows/dependency-scan.yaml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v7.0.0
26+
uses: actions/checkout@v7.0.1
2727
with:
2828
persist-credentials: false
2929

.github/workflows/dotnet-format.yaml

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

3434
steps:
3535
- name: checkout repository
36-
uses: actions/checkout@v7.0.0
36+
uses: actions/checkout@v7.0.1
3737
with:
3838
persist-credentials: false
3939

.github/workflows/flake8.yaml

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

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v7.0.0
27+
uses: actions/checkout@v7.0.1
2828
with:
2929
persist-credentials: false
3030

.github/workflows/isort.yaml

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

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v7.0.0
26+
uses: actions/checkout@v7.0.1
2727
with:
2828
persist-credentials: false
2929

.github/workflows/java-darwin-snippets.yaml

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

3737
steps:
3838
- name: checkout repository
39-
uses: actions/checkout@v7.0.0
39+
uses: actions/checkout@v7.0.1
4040
with:
4141
persist-credentials: false
4242

0 commit comments

Comments
 (0)