From 2a686d7b9ea861315087722a0db325537426e8df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:19:05 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.3 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.5. - [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.3...v4.1.5) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1a350ea..f28cc58 100644 --- a/action.yml +++ b/action.yml @@ -12,7 +12,7 @@ inputs: runs: using: composite steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.5 with: fetch-depth: 0 fetch-tags: true