From 5d24b00f973ffb9bd8d90df6bd6f8a7ca03d0489 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Dec 2023 13:44:19 +0000 Subject: [PATCH] Bump RedGuy12/sync-types from 1.2.17 to 1.2.19 Bumps [RedGuy12/sync-types](https://github.com/redguy12/sync-types) from 1.2.17 to 1.2.19. - [Release notes](https://github.com/redguy12/sync-types/releases) - [Changelog](https://github.com/RedGuy12/sync-types/blob/main/getChanges.mjs) - [Commits](https://github.com/redguy12/sync-types/compare/v1.2.17...v1.2.19) --- updated-dependencies: - dependency-name: RedGuy12/sync-types dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bump.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bump.yml b/.github/workflows/bump.yml index f23e31d..d2896d5 100644 --- a/.github/workflows/bump.yml +++ b/.github/workflows/bump.yml @@ -17,7 +17,7 @@ jobs: - name: Bump id: sync_types - uses: RedGuy12/sync-types@v1.2.17 + uses: RedGuy12/sync-types@v1.2.19 - name: Setup Node.JS uses: actions/setup-node@v4.0.0