From 2b085e5288e149c0d25ca508d138de6dff41d327 Mon Sep 17 00:00:00 2001 From: Vladimir Timofeenko Date: Mon, 4 Nov 2024 10:47:20 -0800 Subject: [PATCH] ci: change snowcli action to 1.5 from non-working 1.2 --- .github/workflows/build-and-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index 8e70a3d..3bfa582 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -34,7 +34,7 @@ jobs: # See https://github.com/DeterminateSystems/magic-nix-cache - uses: DeterminateSystems/magic-nix-cache-action@main - - uses: Snowflake-Labs/snowflake-cli-action@v1.2 + - uses: Snowflake-Labs/snowflake-cli-action@v1.5 with: cli-version: "latest" default-config-file-path: "config.toml"