From 0e93f34b538e1b546805c416520c6a3256640f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 07:36:09 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.6 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.6 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4.1.6...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/LaTeX_Action.yml | 2 +- .github/workflows/Traffic2badge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/LaTeX_Action.yml b/.github/workflows/LaTeX_Action.yml index c6dc2a7..b38aa0b 100644 --- a/.github/workflows/LaTeX_Action.yml +++ b/.github/workflows/LaTeX_Action.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Download file della Repo - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Compilazione del file della Relazione uses: xu-cheng/latex-action@v3 with: # insert here files to compile diff --git a/.github/workflows/Traffic2badge.yml b/.github/workflows/Traffic2badge.yml index 683009e..f785634 100644 --- a/.github/workflows/Traffic2badge.yml +++ b/.github/workflows/Traffic2badge.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@v4.1.6 + uses: actions/checkout@v4.1.7 - name: Get Commit Message id: message