From 04e748266f558e96f5f245ee8791557a8121651b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2024 18:20:45 +0000 Subject: [PATCH] Bump freckle/stack-action from 4 to 5 Bumps [freckle/stack-action](https://github.com/freckle/stack-action) from 4 to 5. - [Commits](https://github.com/freckle/stack-action/compare/v4.0.0...v5) --- updated-dependencies: - dependency-name: freckle/stack-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c61062..f98d598 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: freckle/stack-action@v4 + - uses: freckle/stack-action@v5 with: stack-yaml: ${{ matrix.stack-yaml }}