Skip to content

Commit baaa58b

Browse files
Bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v7...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>
1 parent 987b638 commit baaa58b

3 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/pull-requests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
timeout-minutes: 10
1414
steps:
15-
- uses: actions/checkout@v7
15+
- uses: actions/checkout@v7.0.1
1616
- name: Setup .NET
1717
uses: actions/setup-dotnet@v6
1818
with:
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: windows-latest
3737
timeout-minutes: 40
3838
steps:
39-
- uses: actions/checkout@v7
39+
- uses: actions/checkout@v7.0.1
4040
- name: Setup .NET
4141
uses: actions/setup-dotnet@v6
4242
with:
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
timeout-minutes: 40
6464
steps:
65-
- uses: actions/checkout@v7
65+
- uses: actions/checkout@v7.0.1
6666
- name: Setup .NET
6767
uses: actions/setup-dotnet@v6
6868
with:

.github/workflows/push-master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
timeout-minutes: 60
1717

1818
steps:
19-
- uses: actions/checkout@v7
19+
- uses: actions/checkout@v7.0.1
2020
- name: Setup .NET
2121
uses: actions/setup-dotnet@v6
2222
with:

.github/workflows/repo-assist.lock.yml

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)