Skip to content

Commit da56353

Browse files
Copilotbitfaster
andauthored
chore: update GitHub Actions workflow tools to latest versions (#808)
Agent-Logs-Url: https://github.com/bitfaster/BitFaster.Caching/sessions/ce4bb5be-ce45-45c3-bded-d73c363e3c1b Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: bitfaster <12851828+bitfaster@users.noreply.github.com>
1 parent 5e5b9be commit da56353

4 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v6
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
@@ -66,7 +66,7 @@ jobs:
6666
# make bootstrap
6767
# make release
6868
- name: Setup .NET SDK
69-
uses: actions/setup-dotnet@v4
69+
uses: actions/setup-dotnet@v5
7070
with:
7171
dotnet-version: '9.0.x'
7272

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
security-events: write
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v6
2222
- name: Run DevSkim scanner
2323
uses: microsoft/DevSkim-Action@v1
2424
- name: Upload DevSkim scan results to GitHub Security tab

.github/workflows/infer.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v6
1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v4
19+
uses: actions/setup-dotnet@v5
2020
with:
2121
dotnet-version: 9.0.x
2222
- name: Install dependencies

.github/workflows/testreport.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Report win .NET 4.8
12-
uses: phoenix-actions/test-reporting@v15
12+
uses: phoenix-actions/test-reporting@v16
1313
id: unit-test-report-win48 # Set ID reference for step
1414
with:
1515
artifact: test-results-win48 # artifact name
@@ -19,7 +19,7 @@ jobs:
1919
only-summary: 'true'
2020

2121
- name: Report win 3.1
22-
uses: phoenix-actions/test-reporting@v15
22+
uses: phoenix-actions/test-reporting@v16
2323
id: unit-test-report-win3
2424
with:
2525
artifact: test-results-win3
@@ -29,7 +29,7 @@ jobs:
2929
only-summary: 'true'
3030

3131
- name: Report win 6.0
32-
uses: phoenix-actions/test-reporting@v15
32+
uses: phoenix-actions/test-reporting@v16
3333
id: unit-test-report-win6
3434
with:
3535
artifact: test-results-win6
@@ -39,7 +39,7 @@ jobs:
3939
only-summary: 'true'
4040

4141
- name: Report mac 6.0
42-
uses: phoenix-actions/test-reporting@v15
42+
uses: phoenix-actions/test-reporting@v16
4343
id: unit-test-report-mac
4444
with:
4545
artifact: test-results-mac
@@ -49,7 +49,7 @@ jobs:
4949
only-summary: 'true'
5050

5151
- name: Report linux 6.0
52-
uses: phoenix-actions/test-reporting@v15
52+
uses: phoenix-actions/test-reporting@v16
5353
id: unit-test-report-linux
5454
with:
5555
artifact: test-results-linux

0 commit comments

Comments
 (0)