From cf7fb445a4319aa4566418e42e28ddf1d2e8a5e9 Mon Sep 17 00:00:00 2001 From: Jeffrey Aven Date: Mon, 16 Mar 2026 11:48:57 +1100 Subject: [PATCH] updated ci, bumped version --- .github/workflows/release-build.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index ae97fed..1412aef 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -25,7 +25,7 @@ jobs: - name: Pull github provider id: pull-github-provider - uses: stackql/stackql-exec@v2.2.3 + uses: stackql/stackql-exec@v2 with: query: | REGISTRY PULL github @@ -33,7 +33,7 @@ jobs: - name: Fetch contributors id: get-contributors - uses: stackql/stackql-exec@v2.2.3 + uses: stackql/stackql-exec@v2 with: query_file_path: ci-scripts/get-contributors.iql query_output: csv diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 225ce9d..7bf0603 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,7 +20,7 @@ jobs: - name: Pull github provider id: pull-github-provider - uses: stackql/stackql-exec@v2.2.3 + uses: stackql/stackql-exec@v2 with: query: | REGISTRY PULL github @@ -28,7 +28,7 @@ jobs: - name: Fetch contributors id: get-contributors - uses: stackql/stackql-exec@v2.2.3 + uses: stackql/stackql-exec@v2 with: query_file_path: ci-scripts/get-contributors.iql query_output: csv diff --git a/Cargo.lock b/Cargo.lock index 495f3ae..a15ac09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1809,7 +1809,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "stackql-deploy" -version = "2.0.0" +version = "2.0.1" dependencies = [ "base64", "chrono", diff --git a/Cargo.toml b/Cargo.toml index dce2d51..5423627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "stackql-deploy" -version = "2.0.0" +version = "2.0.1" edition = "2021" rust-version = "1.75" description = "Infrastructure-as-code framework for declarative cloud resource management using StackQL"