From 7f6354f8c98229e9c498875a1cdfb537192652dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:33:26 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 3 to 4 Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/matrix-gen-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/matrix-gen-ci.yml b/.github/workflows/matrix-gen-ci.yml index 0961b95..87b87a5 100644 --- a/.github/workflows/matrix-gen-ci.yml +++ b/.github/workflows/matrix-gen-ci.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo ⤵️ - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Build matrix_gen working-directory: ./matrix_gen