From 2b5752800d7fb81c5f1063ad71ddc247bcb17fc6 Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Mon, 12 Aug 2024 19:17:44 +0700 Subject: [PATCH] Update version --- action.yml | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index c31536f..c780885 100644 --- a/action.yml +++ b/action.yml @@ -47,14 +47,14 @@ runs: uses: actions/cache@v4 with: path: ~/.mix - key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.11 + key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.12 - name: Install Pakman if: steps.cache-pakman.outputs.cache-hit != 'true' run: | mix local.rebar --force mix local.hex --force - mix escript.install hex pakman 8.2.11 --force + mix escript.install hex pakman 8.2.12 --force shell: alpine.sh {0} env: MIX_ENV: prod diff --git a/mix.exs b/mix.exs index eb0d2c9..c566e1d 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pakman.MixProject do def project do [ app: :pakman, - version: "8.2.11", + version: "8.2.12", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,