From 1601c03c7c76259c398e241a71382eab6dbd8f17 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 09:23:49 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 2.3.3 to 4.1.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 2.3.3 to 4.1.1. - [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/v2.3.3...v4.1.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/traffic2badge.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/traffic2badge.yml b/.github/workflows/traffic2badge.yml index 3cd2d32..49eef15 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@v2.3.3 + uses: actions/checkout@v4.1.1 - name: Get Commit Message id: message