From 418dc8ddad014382de21fd6e33a3aab57f71c158 Mon Sep 17 00:00:00 2001 From: Karl Cardenas Date: Wed, 20 Sep 2023 17:05:38 -0700 Subject: [PATCH] ci: fix image version --- .github/workflows/release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 0ce2e54..acc4e45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -6,7 +6,7 @@ on: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - PALETTE_VERSION: 4.0.13 + PALETTE_VERSION: 4.0.2 PALETTE_CLI_VERSION: 4.0.1 PALETTE_EDGE_VERSION: 3.4.3 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 2314944..96624d4 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -6,7 +6,7 @@ on: env: GITHUB_TOKEN: ${{ github.token }} - PALETTE_VERSION: 4.0.13 + PALETTE_VERSION: 4.0.2 PALETTE_CLI_VERSION: 4.0.1 PALETTE_EDGE_VERSION: 3.4.3