From 1bce14ba96f52da0dccf666eef700f67d4eccc4e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 04:35:24 +0000 Subject: [PATCH] chore(deps): update teatimeguest/setup-texlive-action action to v3.1.0 --- .github/workflows/codecov.yml | 2 +- .github/workflows/daily.yml | 2 +- .github/workflows/ebnf.yml | 2 +- .github/workflows/sonar.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 2333befe6f..1b912a2d5c 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: teatimeguest/setup-texlive-action@v3.0.2 + - uses: teatimeguest/setup-texlive-action@v3.1.0 with: update-all-packages: true packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 6596237f91..989aafe87f 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: teatimeguest/setup-texlive-action@v3.0.2 + - uses: teatimeguest/setup-texlive-action@v3.1.0 with: update-all-packages: true packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox diff --git a/.github/workflows/ebnf.yml b/.github/workflows/ebnf.yml index b8f48d2d71..965524dfea 100644 --- a/.github/workflows/ebnf.yml +++ b/.github/workflows/ebnf.yml @@ -17,7 +17,7 @@ jobs: - run: | sudo apt-get update sudo apt-get -y install ghostscript imagemagick texlive-extra-utils pdf2svg inkscape - - uses: teatimeguest/setup-texlive-action@v3.0.2 + - uses: teatimeguest/setup-texlive-action@v3.1.0 with: update-all-packages: true packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index 5026cc4dbd..893c965b86 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 with: fetch-depth: 0 - - uses: teatimeguest/setup-texlive-action@v3.0.2 + - uses: teatimeguest/setup-texlive-action@v3.1.0 with: update-all-packages: true packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox