Skip to content

Commit 4364f6a

Browse files
authored
Merge pull request #264 from AlamoEngine-Tools/dependabot/github_actions/develop/actions-deps-640176b5ab
Bump actions/checkout from 6 to 7 in the actions-deps group
2 parents 005b7dd + 15da48d commit 4364f6a

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
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Checkout sources
22-
uses: actions/checkout@v6
22+
uses: actions/checkout@v7
2323
with:
2424
fetch-depth: 0
2525
- name: Setup .NET
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Checkout sources
45-
uses: actions/checkout@v6
45+
uses: actions/checkout@v7
4646
with:
4747
fetch-depth: 0
4848
- name: Setup .NET

.github/workflows/test.yml

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

3030
steps:
31-
- uses: actions/checkout@v6
31+
- uses: actions/checkout@v7
3232
with:
3333
fetch-depth: 0
3434
- uses: actions/setup-dotnet@v5

0 commit comments

Comments
 (0)