Skip to content

Commit

Permalink
Merge branch 'release/v8.2.12' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Aug 12, 2024
2 parents bfffdc4 + 2b57528 commit 03b505f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 03b505f

Please sign in to comment.