diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 8ceb3ed3..de99b230 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -29,12 +29,12 @@ jobs:
os: [ ubuntu-latest, windows-latest, macOS-latest ]
steps:
- name: 'Checkout'
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v3.0.0
with:
lfs: true
fetch-depth: 0
- name: 'Install .NET Core SDK'
- uses: actions/setup-dotnet@v1.8.2
+ uses: actions/setup-dotnet@v2.0.0
- name: 'Dotnet Tool Restore'
run: dotnet tool restore
shell: pwsh
@@ -48,7 +48,7 @@ jobs:
run: dotnet cake --target=Pack
shell: pwsh
- name: 'Publish artifacts'
- uses: actions/upload-artifact@v2.2.4
+ uses: actions/upload-artifact@v3.0.0
with:
name: ${{matrix.os}}
path: './artifacts'
@@ -65,7 +65,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 'Download artifact'
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3.0.0
with:
name: 'windows-latest'
- name: 'Dotnet NuGet Add Source'
@@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest
steps:
- name: 'Download artifact'
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@v3.0.0
with:
name: 'windows-latest'
- name: 'Dotnet NuGet Push'
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index fe30742c..53dae2d4 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2.3.4
+ uses: actions/checkout@v3.0.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml
index 84fc4380..039cb424 100644
--- a/.github/workflows/release-drafter.yml
+++ b/.github/workflows/release-drafter.yml
@@ -13,6 +13,6 @@ jobs:
pull-requests: read
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v5
+ - uses: release-drafter/release-drafter@v5.19.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
diff --git a/Directory.Build.props b/Directory.Build.props
index bd974803..f8c76b32 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -22,9 +22,9 @@
-
-
-
+
+
+
diff --git a/dotnet-tools.json b/dotnet-tools.json
index de190954..ac17007c 100644
--- a/dotnet-tools.json
+++ b/dotnet-tools.json
@@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"cake.tool": {
- "version": "1.2.0",
+ "version": "2.1.0",
"commands": [
"dotnet-cake"
]
diff --git a/test/Directory.Build.props b/test/Directory.Build.props
index eab4674e..15748985 100644
--- a/test/Directory.Build.props
+++ b/test/Directory.Build.props
@@ -4,12 +4,12 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers