File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -22,13 +22,13 @@ jobs:
22
22
# Steps represent a sequence of tasks that will be executed as part of the job
23
23
steps :
24
24
- name : Install .NET 6 SDK
25
- uses : actions/setup-dotnet@v1
25
+ uses : actions/setup-dotnet@v3
26
26
with :
27
27
dotnet-version : ' 6.0.201'
28
28
29
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
30
- name : Checkout Repository
31
- uses : actions/checkout@v2
31
+ uses : actions/checkout@v4
32
32
33
33
- name : dotnet build
34
34
run : dotnet build /r
Original file line number Diff line number Diff line change 11
11
build-and-publish :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Setup .NET
16
- uses : actions/setup-dotnet@v2
16
+ uses : actions/setup-dotnet@v3
17
17
with :
18
18
dotnet-version : 6.0.x
19
19
- name : Restore dependencies
You can’t perform that action at this time.
0 commit comments