Skip to content

Commit 2f712e8

Browse files
committed
Update actions in workflows
1 parent 6dcad05 commit 2f712e8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232

3333
steps:
3434
- name: checkout
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636

3737
- name: setup dotnet
38-
uses: actions/setup-dotnet@v4
38+
uses: actions/setup-dotnet@v5
3939
with:
4040
dotnet-version: 8
4141

.github/workflows/labels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
labels:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
19-
- uses: gitlabels/gitlabels@v1
18+
- uses: actions/checkout@v5
19+
- uses: gitlabels/gitlabels@v2
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@ env:
2020

2121
jobs:
2222
release:
23-
runs-on: ubuntu-22.04
23+
runs-on: ubuntu-24.04
2424

2525
environment:
2626
name: production
2727
url: https://www.nuget.org/packages/NetOfficeFw.VbaCompression
2828

2929
steps:
3030
- name: checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232

3333
- name: setup dotnet
34-
uses: actions/setup-dotnet@v4
34+
uses: actions/setup-dotnet@v5
3535
with:
3636
dotnet-version: 8
3737

0 commit comments

Comments
 (0)