Skip to content

Commit d4eff12

Browse files
committed
Updated github action versions.
1 parent 230e9bf commit d4eff12

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/build.workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v5.0.0
2323
with:
2424
fetch-depth: 0
2525

@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: Check out repository
43-
uses: actions/checkout@v4.2.2
43+
uses: actions/checkout@v5.0.0
4444
with:
4545
fetch-depth: 0
4646

@@ -64,7 +64,7 @@ jobs:
6464

6565
steps:
6666
- name: Check out repository
67-
uses: actions/checkout@v4.2.2
67+
uses: actions/checkout@v5.0.0
6868
with:
6969
fetch-depth: 0
7070

@@ -93,12 +93,12 @@ jobs:
9393

9494
steps:
9595
- name: Check out repository
96-
uses: actions/checkout@v4.2.2
96+
uses: actions/checkout@v5.0.0
9797
with:
9898
fetch-depth: 0
9999

100100
- name: Download all build artifacts
101-
uses: actions/download-artifact@v4.2.1
101+
uses: actions/download-artifact@v5.0.0
102102
with:
103103
path: artifacts/
104104

.github/workflows/canary-build.workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Check out repository
22-
uses: actions/checkout@v4.2.2
22+
uses: actions/checkout@v5.0.0
2323
with:
2424
fetch-depth: 0
2525

@@ -32,7 +32,7 @@ jobs:
3232

3333
steps:
3434
- name: Check out repository
35-
uses: actions/checkout@v4.2.2
35+
uses: actions/checkout@v5.0.0
3636
with:
3737
fetch-depth: 0
3838

@@ -48,7 +48,7 @@ jobs:
4848

4949
steps:
5050
- name: Check out repository
51-
uses: actions/checkout@v4.2.2
51+
uses: actions/checkout@v5.0.0
5252
with:
5353
fetch-depth: 0
5454

.github/workflows/publish.workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111

1212
steps:
1313
- name: Check out repository
14-
uses: actions/checkout@v4.2.2
14+
uses: actions/checkout@v5.0.0
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Setup .NET Core
19-
uses: actions/setup-dotnet@v4.3.1
19+
uses: actions/setup-dotnet@v5.0.0
2020
with:
2121
dotnet-version: 9.0
2222

.github/workflows/test.workflow.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Check out repository
32-
uses: actions/checkout@v4.2.2
32+
uses: actions/checkout@v5.0.0
3333
with:
3434
fetch-depth: 0
3535

@@ -41,12 +41,12 @@ jobs:
4141

4242
steps:
4343
- name: Check out repository
44-
uses: actions/checkout@v4.2.2
44+
uses: actions/checkout@v5.0.0
4545
with:
4646
fetch-depth: 0
4747

4848
- name: Setup .NET Core
49-
uses: actions/setup-dotnet@v4
49+
uses: actions/setup-dotnet@v5.0.0
5050
with:
5151
dotnet-version: 9.0
5252

@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: Check out repository
74-
uses: actions/checkout@v4.2.2
74+
uses: actions/checkout@v5.0.0
7575
with:
7676
fetch-depth: 0
7777

0 commit comments

Comments
 (0)