From 53f3d79eb11ca03641663eaecf764ed5bda36a22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 02:05:13 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [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.7...v4.2.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 780a088..cc6ee3f 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,7 @@ runs: - name: Checkout workflows repo if: steps.called_repo.outputs.ref && steps.called_repo.outputs.repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 with: ref: ${{ steps.called_repo.outputs.ref }} repository: ${{ steps.called_repo.outputs.repository }}