Skip to content
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: reactivemarbles/Mvvm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e95d10995abe8f65639b2dcbfeb0bdd50b8108dc
Choose a base ref
..
head repository: reactivemarbles/Mvvm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 79313a9e2fc8843b3bf01e6d12c6d229b78fc59b
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/ci-build.yml
  2. +1 −1 .github/workflows/release.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
lfs: true
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
nbgv: ${{ steps.nbgv.outputs.SemVer2 }}
steps:
- name: Checkout
uses: actions/checkout@v4.2.1
uses: actions/checkout@v4.2.2
with:
fetch-depth: 0
lfs: true