File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
runs-on : ubuntu-24.04
21
21
steps :
22
22
- name : Clone the repository
23
- uses : actions/checkout@v4
23
+ uses : actions/checkout@v5
24
24
25
25
- name : Read version from ref
26
26
id : version
Original file line number Diff line number Diff line change 27
27
DOTNET_CLI_TELEMETRY_OPTOUT : 1
28
28
NUGET_PACKAGES : ${{ github.workspace }}/.github/nuget-packages
29
29
steps :
30
- - uses : actions/checkout@v4
30
+ - uses : actions/checkout@v5
31
31
- name : Set up .NET SDK
32
32
uses : actions/setup-dotnet@v4
33
33
with :
@@ -45,14 +45,14 @@ jobs:
45
45
encoding :
46
46
runs-on : ubuntu-24.04
47
47
steps :
48
- - uses : actions/checkout@v4
48
+ - uses : actions/checkout@v5
49
49
- name : Verify encoding
50
50
shell : pwsh
51
51
run : scripts/Test-Encoding.ps1
52
52
licenses :
53
53
runs-on : ubuntu-24.04
54
54
steps :
55
55
- name : Check out the sources
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
- name : REUSE license check
58
58
uses : fsfe/reuse-action@v5
Original file line number Diff line number Diff line change 27
27
run : echo "version=$(if ($env:GITHUB_REF.StartsWith('refs/tags/v')) { $env:GITHUB_REF -replace '^refs/tags/v', '' } else { 'next' })" >> $env:GITHUB_OUTPUT
28
28
29
29
- name : Checkout
30
- uses : actions/checkout@v4
30
+ uses : actions/checkout@v5
31
31
32
32
- name : Read the changelog
33
33
uses : ForNeVeR/ChangelogAutomation.action@v2
You can’t perform that action at this time.
0 commit comments