diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 249f71b..ed16bf8 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -24,13 +24,13 @@ jobs: fetch-depth: 0 - name: Install GitVersion - uses: gittools/actions/gitversion/setup@v4.4.2 + uses: gittools/actions/gitversion/setup@v4.5.0 with: versionSpec: '6.3.x' - name: Determine Version id: version_step - uses: gittools/actions/gitversion/execute@v4.4.2 + uses: gittools/actions/gitversion/execute@v4.5.0 with: updateProjectFiles: true diff --git a/.github/workflows/update-cloudflare-proxies.yml b/.github/workflows/update-cloudflare-proxies.yml index 3871371..96ff8bc 100644 --- a/.github/workflows/update-cloudflare-proxies.yml +++ b/.github/workflows/update-cloudflare-proxies.yml @@ -14,7 +14,7 @@ jobs: with: ref: ${{ github.ref }} - - uses: actions/setup-dotnet@v4 + - uses: actions/setup-dotnet@v5 - name: Build to regenerate Cloudflare IPs run: dotnet build Common/Common.csproj