Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update teatimeguest/setup-texlive-action action to v3.3.0 #3229

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 16, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change
teatimeguest/setup-texlive-action action minor v3.2.1 -> v3.3.0

Release Notes

teatimeguest/setup-texlive-action (teatimeguest/setup-texlive-action)

v3.3.0

Compare Source

Full Commit SHA
e69e0852590264df4a35dbc6cc94009a2466a562
Features
  • 5f5372b check and use the remote version by default if repository is set (#​283)
Bug Fixes
Performance Improvements
Dependency Updates

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3.2.1
- uses: teatimeguest/setup-texlive-action@v3.3.0
with:
update-all-packages: true
packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The diff you've shown changes the version of teatimeguest/setup-texlive-action used within a GitHub Actions workflow.

It moves from v3.2.1 to v3.3.0. It's a typical change in software projects to upgrade dependencies to avail of new features, improvements, or bug fixes. Ideally, this kind of change should have been properly tested to avoid potential breaking changes introduced between these versions.

However, there's no syntactical irregularity or error visible in the provided code snippet.

@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: teatimeguest/setup-texlive-action@v3.2.1
- uses: teatimeguest/setup-texlive-action@v3.3.0
with:
update-all-packages: true
packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

From the provided code diff, it appears that there is no confusion. It shows a change in GitHub Actions workflow file that switches from using version v3.2.1 to version v3.3.0 of the teatimeguest/setup-texlive-action. As long as v3.3.0 of setup-texlive-action exists and has no major changes or requirements that would break your current build process, this update should work correctly.

@@ -38,7 +38,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.2.1
- uses: teatimeguest/setup-texlive-action@v3.3.0
with:
update-all-packages: true
packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The provided diff indicates that one line of code was altered in a configuration file for running continuous integration jobs. No conflicts or irregularities are present within the presented changes.

The replaced line indicates an update from version 3.2.1 to 3.3.0 of a GitHub action called "setup-texlive-action" from the user "teatimeguest". This likely indicates incorporating updates, improvements, or fixes from the newer version of the action into the build process. As long as version 3.3.0 of 'teatimeguest/setup-texlive-action' exists and works as expected, there should be no issues.

Remember, updating versions may introduce new features but could also contain new unexpected behaviors if not tested properly, so it's important to verify that the new version integrates well with your existing set-up after applying the changes.

@@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: teatimeguest/setup-texlive-action@v3.2.1
- uses: teatimeguest/setup-texlive-action@v3.3.0
with:
update-all-packages: true
packages: scheme-basic geometry xcolor naive-ebnf microtype etoolbox

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your code highlights a change in the GitHub Actions workflow. The "teatimeguest/setup-texlive-action" version has been changed from v3.2.1 to v3.3.0.

This is not irregular or particularly confusing; it simply means that the workflow is using a newer version of the "setup-texlive-action".

However, one potential point of confusion or error could be if the newer version (v3.3.0) of "teatimeguest/setup-texlive-action" has different behaviours or breaking changes from the previous version (v3.2.1). This would require checking the release notes or documentation of the newer version for any breaking changes or alterations in behavior.

@yegor256
Copy link
Member

@rultor merge

@rultor
Copy link
Contributor

rultor commented Jun 18, 2024

@rultor merge

@yegor256 OK, I'll try to merge now. You can check the progress of the merge here

@rultor rultor merged commit 5b52f20 into master Jun 18, 2024
24 checks passed
@rultor
Copy link
Contributor

rultor commented Jun 18, 2024

@rultor merge

@yegor256 Done! FYI, the full log is here (took me 22min)

@renovate renovate bot deleted the renovate/teatimeguest-setup-texlive-action-3.x branch June 18, 2024 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants