Skip to content

Commit 3e6d1d1

Browse files
committed
.github/workflows (Lucene-Net-Documentation.yml + Lucene.Net.Website.yml): Updated actions tasks to the latest version
1 parent 2db90e4 commit 3e6d1d1

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/Lucene-Net-Documentation.yml

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

5858
# Checkout the main repo with all history so we get all tags
5959
- name: Checkout Lucene.Net source
60-
uses: actions/checkout@v3
60+
uses: actions/checkout@v5
6161
with:
6262
path: main-repo
6363
fetch-depth: 0
@@ -119,12 +119,12 @@ jobs:
119119
shell: powershell
120120

121121
- name: Setup .NET 6 SDK
122-
uses: actions/setup-dotnet@v3
122+
uses: actions/setup-dotnet@v5
123123
with:
124124
dotnet-version: '6.0.x'
125125

126126
- name: Setup .NET 8 SDK
127-
uses: actions/setup-dotnet@v3
127+
uses: actions/setup-dotnet@v5
128128
with:
129129
dotnet-version: '8.0.x'
130130

@@ -133,7 +133,7 @@ jobs:
133133
shell: powershell
134134

135135
- name: Checkout Lucene.Net website
136-
uses: actions/checkout@v3
136+
uses: actions/checkout@v5
137137
with:
138138
repository: ${{ env.SITE_REPO }}
139139
ref: asf-site

.github/workflows/Lucene-Net-Website.yml

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

5151
# Checkout the main repo with all history so we get all tags
5252
- name: Checkout Lucene.Net source
53-
uses: actions/checkout@v3
53+
uses: actions/checkout@v5
5454
with:
5555
path: main-repo
5656
fetch-depth: 0
@@ -106,14 +106,14 @@ jobs:
106106
shell: powershell
107107

108108
- name: Upload website as build artifact
109-
uses: actions/upload-artifact@v4
109+
uses: actions/upload-artifact@v5
110110
if: ${{always()}}
111111
with:
112112
name: 'website'
113113
path: '${{github.workspace}}/main-repo/websites/site/_site'
114114

115115
- name: Checkout Lucene.Net website
116-
uses: actions/checkout@v3
116+
uses: actions/checkout@v5
117117
with:
118118
repository: ${{ env.SITE_REPO }}
119119
ref: asf-site

0 commit comments

Comments
 (0)