From 6fd96a66e0773c3b26b20ab2da938e6fbb13d4c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:48:03 +0000 Subject: [PATCH 1/2] build(deps): bump astral-sh/setup-uv in the github-actions group Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 5.1.0 to 5.2.1 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/887a942a15af3a7626099df99e897a18d9e5ab3a...b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/pymarkdownlnt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pymarkdownlnt.yml b/.github/workflows/pymarkdownlnt.yml index eee1f86..897a076 100644 --- a/.github/workflows/pymarkdownlnt.yml +++ b/.github/workflows/pymarkdownlnt.yml @@ -19,7 +19,7 @@ jobs: name: Lint Markdown steps: - name: Install uv - uses: astral-sh/setup-uv@887a942a15af3a7626099df99e897a18d9e5ab3a # v5.1.0 + uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5.2.1 with: version: "0.5.15" - name: checkout repo content From f096910e216229df0946c5ada1a72dbc47f8332c Mon Sep 17 00:00:00 2001 From: Chris Swan <478926+cpswan@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:56:48 +0000 Subject: [PATCH 2/2] build(deps): Bump uv to 0.5.20 --- .github/workflows/pymarkdownlnt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pymarkdownlnt.yml b/.github/workflows/pymarkdownlnt.yml index 897a076..b534c5d 100644 --- a/.github/workflows/pymarkdownlnt.yml +++ b/.github/workflows/pymarkdownlnt.yml @@ -21,7 +21,7 @@ jobs: - name: Install uv uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5.2.1 with: - version: "0.5.15" + version: "0.5.20" - name: checkout repo content uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Install and run linter