Skip to content

Commit 4d34381

Browse files
authored
Merge pull request #318 from AlamoEngine-Tools/dependabot/github_actions/develop/actions-deps-640176b5ab
Bump actions/checkout from 6 to 7 in the actions-deps group
2 parents f83a23f + 5507374 commit 4d34381

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.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 repository
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@v7
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET Core SDK

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Checkout sources
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
- name: Setup .NET
@@ -39,7 +39,7 @@ jobs:
3939
runs-on: ubuntu-latest
4040
steps:
4141
- name: Checkout sources
42-
uses: actions/checkout@v6
42+
uses: actions/checkout@v7
4343
with:
4444
fetch-depth: 0
4545
- name: Setup .NET

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ${{ matrix.os }}
1919

2020
steps:
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)