From ae16c2ab521dceeb933b7bb7b3f8384134a79148 Mon Sep 17 00:00:00 2001 From: Brian Minier <6529677+bminier@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:25:16 -0400 Subject: [PATCH 1/2] Clean up README formatting Removed extra line breaks in the README file. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index dab897e..85f6265 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,12 @@ - 🌱 I'm always learning and exploring new technologies - 💬 Ask me about software development and open source - ## Skills & Technologies - 💻 Software Development - 🛠️ Open Source Contributions - 🔧 Problem Solving - --- *Thanks for stopping by!* From 8864dc3b66f010baacb507b02e2b4c9b8826b81d Mon Sep 17 00:00:00 2001 From: Brian Minier <6529677+bminier@users.noreply.github.com> Date: Sun, 29 Mar 2026 12:26:20 -0400 Subject: [PATCH 2/2] Update GitHub Actions for markdownlint version --- .github/workflows/markdown-lint.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 49da1f0..32c07f4 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -14,9 +14,9 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Run markdownlint - uses: DavidAnson/markdownlint-cli2-action@v17 + uses: DavidAnson/markdownlint-cli2-action@v23 with: globs: "**/*.md"