Skip to content
This repository was archived by the owner on Sep 22, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WirePact/k8s-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 75bf22935b46772c5aa1fc2ba139cb7307286b26
Choose a base ref
..
head repository: WirePact/k8s-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 504ee7cd57846ff4dd15265117383b85ebef5e64
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/operator-release.yml
  2. +1 −1 .github/workflows/testing.yml
2 changes: 1 addition & 1 deletion .github/workflows/operator-release.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
fetch-depth: 1

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.100

2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
fetch-depth: 1

- name: Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: 6.0.100