Skip to content

Commit 14cb7a4

Browse files
author
LinkDotNet Bot
committed
Updating to newest release
2 parents 6704848 + ba74581 commit 14cb7a4

File tree

11 files changed

+124
-150
lines changed

11 files changed

+124
-150
lines changed

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/[email protected].2
25+
uses: actions/[email protected].4
2626

2727
- uses: actions/[email protected]
2828
with:

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121

2222
- name: Checkout repository
23-
uses: actions/[email protected].2
23+
uses: actions/[email protected].4
2424
with:
2525
token: ${{ secrets.SBPAT }}
2626
persist-credentials: true
@@ -43,7 +43,7 @@ jobs:
4343
9.0.x
4444
4545
- name: Update CHANGELOG file
46-
uses: thomaseizinger/keep-a-changelog-new-release@2.0.0
46+
uses: thomaseizinger/keep-a-changelog-new-release@3.0.0
4747
with:
4848
version: ${{ github.event.inputs.versionIncrement }}
4949

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: windows-latest
1313

1414
steps:
15-
- uses: actions/[email protected].2
15+
- uses: actions/[email protected].4
1616

1717
- name: Setup .NET
1818
uses: actions/[email protected]
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Publish
3737
if: github.event_name == 'push'
38-
uses: peaceiris/actions-gh-pages@v3.9.3
38+
uses: peaceiris/actions-gh-pages@v4.0.0
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: docs/site/_site

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/[email protected].2
15+
- uses: actions/[email protected].4
1616
- name: Setup .NET
1717
uses: actions/[email protected]
1818
with:

.github/workflows/update-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/[email protected].2
16+
uses: actions/[email protected].4
1717
with:
1818
token: ${{ secrets.SBPAT }}
1919
persist-credentials: false

0 commit comments

Comments
 (0)