From 68293856c66fa6e78f22e3a5fd1817436e0cc2bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 08:18:37 +0000 Subject: [PATCH] build(deps): bump typst-community/setup-typst from 3 to 4 Bumps [typst-community/setup-typst](https://github.com/typst-community/setup-typst) from 3 to 4. - [Release notes](https://github.com/typst-community/setup-typst/releases) - [Commits](https://github.com/typst-community/setup-typst/compare/v3...v4) --- updated-dependencies: - dependency-name: typst-community/setup-typst dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 26d4b0b..a90712c 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: '0' - - uses: typst-community/setup-typst@v3 + - uses: typst-community/setup-typst@v4 - run: typst compile ./main.typ main.pdf - name: Upload Release Asset - Assignment diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e4f9897..7a34bb9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,7 +31,7 @@ jobs: WITH_V: true DEFAULT_BUMP: 'patch' - - uses: typst-community/setup-typst@v3 + - uses: typst-community/setup-typst@v4 - run: typst compile ./main.typ main.pdf - name: Create Release