Selaa lähdekoodia

Bump actions/setup-dotnet from 3.0.1 to 3.0.2

Bumps [actions/setup-dotnet](https://github.com/actions/setup-dotnet) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/actions/setup-dotnet/releases)
- [Commits](https://github.com/actions/setup-dotnet/compare/v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: actions/setup-dotnet
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 2 vuotta sitten
vanhempi
commit
c505c5b770

+ 1 - 1
.github/workflows/api-docs.yml

@@ -13,7 +13,7 @@ jobs:
       uses: actions/checkout@v2
 
     - name: Setup .NET Core
-      uses: actions/[email protected].1
+      uses: actions/[email protected].2
       with:
         dotnet-version: 6.0.100
     

+ 1 - 1
.github/workflows/dotnet-core.yml

@@ -15,7 +15,7 @@ jobs:
     - uses: actions/checkout@v3
 
     - name: Setup .NET Core
-      uses: actions/[email protected].1
+      uses: actions/[email protected].2
       with:
         dotnet-version: 6.0.100
 

+ 1 - 1
.github/workflows/publish.yml

@@ -30,7 +30,7 @@ jobs:
         echo "CommitsSinceVersionSource: ${{ steps.gitversion.outputs.CommitsSinceVersionSource }}"
 
     - name: Setup dotnet
-      uses: actions/[email protected].1
+      uses: actions/[email protected].2
       with:
         dotnet-version: 6.0.100