Skip to content

Commit 4e278ae

Browse files
chore: Bump actions/checkout from 7.0.0 to 7.0.1 in the github-actions group (#242)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dd17a33 commit 4e278ae

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/qa.yml

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

1919
steps:
2020
- name: Clone repository
21-
uses: actions/checkout@v7.0.0
21+
uses: actions/checkout@v7.0.1
2222
- name: Use .NET 8.0
2323
uses: actions/setup-dotnet@v6.0.0
2424
with:

.github/workflows/release.yml

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

1717
steps:
1818
- name: Clone repository
19-
uses: actions/checkout@v7.0.0
19+
uses: actions/checkout@v7.0.1
2020
with:
2121
fetch-depth: "0"
2222
- name: Use .NET 8.0

0 commit comments

Comments
 (0)