From f1a6f9f561e5d82c9d5415259e10949fbbbc218c Mon Sep 17 00:00:00 2001 From: Zack Siri Date: Wed, 29 May 2024 15:31:29 +0700 Subject: [PATCH] Bump to 8.2.9 --- action.yml | 4 ++-- mix.exs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/action.yml b/action.yml index e147e42..4e8f0ee 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-develop + key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.2.9 - name: Install Pakman if: steps.cache-pakman.outputs.cache-hit != 'true' run: | mix local.rebar --force mix local.hex --force - mix escript.install github upmaru/pakman branch develop --force + mix escript.install hex pakman 8.2.9 --force shell: alpine.sh {0} env: MIX_ENV: prod diff --git a/mix.exs b/mix.exs index e0ac5a4..843f2b3 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Pakman.MixProject do def project do [ app: :pakman, - version: "8.2.8", + version: "8.2.9", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,