From 58770010bbcc03927ef987397a812a79979ff5f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 09:31:21 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4.2.1 to 4.2.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2. - [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.2.1...v4.2.2) --- 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 3f66bd0..b1395d3 100644 --- a/action.yml +++ b/action.yml @@ -136,7 +136,7 @@ runs: - name: Checkout workflows repo if: steps.called_repo.outputs.ref && steps.called_repo.outputs.repository id: checkout - uses: actions/checkout@v4.2.1 + uses: actions/checkout@v4.2.2 with: ref: ${{ steps.called_repo.outputs.ref }} repository: ${{ steps.called_repo.outputs.repository }}