Skip to content

Commit eb562ea

Browse files
authored
Merge pull request #190 from AlamoEngine-Tools/dependabot/github_actions/develop/actions-deps-7921bc0373
Bump the actions-deps group across 1 directory with 2 updates
2 parents 0d1ab90 + b112d04 commit eb562ea

3 files changed

Lines changed: 5 additions & 5 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@v4
17+
uses: actions/checkout@v5
1818
with:
1919
fetch-depth: 0
2020
- name: Setup .NET Core SDK

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout sources
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
- name: Setup .NET
@@ -40,12 +40,12 @@ jobs:
4040
runs-on: ubuntu-latest
4141
steps:
4242
- name: Checkout sources
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
fetch-depth: 0
4646
- name: Setup .NET
4747
uses: actions/setup-dotnet@v4
48-
- uses: actions/download-artifact@v4
48+
- uses: actions/download-artifact@v5
4949
with:
5050
name: NuGet packages
5151
path: packages

.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@v4
21+
- uses: actions/checkout@v5
2222
with:
2323
fetch-depth: 0
2424
- uses: actions/setup-dotnet@v4

0 commit comments

Comments
 (0)