diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 9c7d225..3a91dea 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis - name: Cache SonarCloud packages - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: ~\sonar\cache key: ${{ runner.os }}-sonar @@ -34,7 +34,7 @@ jobs: - name: Cache SonarCloud scanner id: cache-sonar-scanner - uses: actions/cache@v3.2.3 + uses: actions/cache@v3.3.1 with: path: .\.sonar\scanner key: ${{ runner.os }}-sonar-scanner @@ -52,7 +52,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.15 + uses: gittools/actions/gitversion/execute@v0.10.2 with: useConfigFile: true diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 71e3495..a7a7f5c 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -29,7 +29,7 @@ jobs: - name: Determine Version id: gitversion - uses: gittools/actions/gitversion/execute@v0.9.15 + uses: gittools/actions/gitversion/execute@v0.10.2 with: useConfigFile: true