From 000b70b6e0f37aa3a61d5b846b7477da45a60c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 22:16:04 +0000 Subject: [PATCH] build(deps): bump zooplus/tpl from 0.13.5 to 0.13.6 Bumps [zooplus/tpl](https://github.com/zooplus/tpl) from 0.13.5 to 0.13.6. - [Release notes](https://github.com/zooplus/tpl/releases) - [Commits](https://github.com/zooplus/tpl/compare/v0.13.5...v0.13.6) --- updated-dependencies: - dependency-name: zooplus/tpl dependency-version: 0.13.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c93aa46..3bae4d4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -106,7 +106,7 @@ jobs: - name: Install TPL if: github.ref == 'refs/heads/main' && !contains(github.event.commits[0].message, 'auto-update README') - uses: zooplus/tpl@v0.13.5 + uses: zooplus/tpl@v0.13.6 - name: Update README if: github.ref == 'refs/heads/main' && !contains(github.event.commits[0].message, 'auto-update README')