From 5574d2c77d11d684d1b8f8b813ea22ea2dcc860a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2024 12:52:23 -0700 Subject: [PATCH] build(deps): bump ublue-os/just-action from 1 to 2 (#320) Bumps [ublue-os/just-action](https://github.com/ublue-os/just-action) from 1 to 2. - [Commits](https://github.com/ublue-os/just-action/compare/v1...v2) --- updated-dependencies: - dependency-name: ublue-os/just-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Kyle Gospodnetich --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 97678282..80a755f3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: - name: Check just syntax id: check_just_syntax - uses: ublue-os/just-action@v1 + uses: ublue-os/just-action@v2 # Build image using Buildah action - name: Build Image