From 4fd8072ed02bc9601241b2a67bf07bae41ca61c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 20:18:30 +0000 Subject: [PATCH 1/4] build(deps): bump lycheeverse/lychee-action from 1.9.3 to 1.10.0 Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 1.10.0. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/c053181aa0c3d17606addfe97a9075a32723548a...2b973e86fc7b1f6b36a93795fe2c9c6ae1118621) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/lint-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-docs.yml b/.github/workflows/lint-docs.yml index 4cf4c4b70..6f153d5f6 100644 --- a/.github/workflows/lint-docs.yml +++ b/.github/workflows/lint-docs.yml @@ -35,7 +35,7 @@ jobs: - name: Run link checker # For any troubleshooting, see: # https://github.com/lycheeverse/lychee/blob/master/docs/TROUBLESHOOTING.md - uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a + uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 with: # user-agent: if a user agent is not specified, some websites (e.g. From c1a43d2a9b1adcbfc242da707b1b90541f5ce006 Mon Sep 17 00:00:00 2001 From: Derek Antrican Date: Thu, 17 Oct 2024 19:19:58 -0700 Subject: [PATCH 2/4] Update install.md to reference NET 8 --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 4268858bb..5ae7b44d5 100644 --- a/docs/install.md +++ b/docs/install.md @@ -210,7 +210,7 @@ the preferred install method for Linux because you can use it to install on any distribution][dotnet-supported-distributions]. You can also use this method on macOS if you so choose. -**Note:** Make sure you have installed [version 7.0 of the .NET +**Note:** Make sure you have installed [version 8.0 of the .NET SDK][dotnet-install] before attempting to run the following `dotnet tool` commands. After installing, you will also need to follow the output instructions to add the tools directory to your `PATH`. From e68956ec08fe5951161a9ab3f6287785fe137ee2 Mon Sep 17 00:00:00 2001 From: "Salah A.hazaa" <114429894+wanath@users.noreply.github.com> Date: Wed, 29 Jan 2025 22:00:51 +0300 Subject: [PATCH 3/4] Update usage.md --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index 44aeb91d2..b2390be6d 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -31,7 +31,7 @@ more information. ### configure/unconfigure -Set your user-level Git configuration (`~/.gitconfig`) to use GCM. If you pass +Set your user-level Git configuration (`~/GCM/gŁ¤itconfig`) to use GCM. If you pass `--system` to these commands, they act on the system-level Git configuration (`/etc/gitconfig`) instead. From b6da3fffb8b5dfbf34ae1003152e8f002649a1b4 Mon Sep 17 00:00:00 2001 From: briant112708 Date: Wed, 29 Jan 2025 21:03:05 +0000 Subject: [PATCH 4/4] Initial commit