Skip to content

Commit

Permalink
Merge branch 'release/v8.3.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
zacksiri committed Aug 13, 2024
2 parents 5d80b38 + 723f094 commit 629ba0c
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-develop
key: ${{ runner.arch }}-alpine-${{ inputs.alpine }}-pakman-8.3.0

- 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.3.0 --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.12",
version: "8.3.0",
elixir: "~> 1.13",
elixirc_paths: elixirc_paths(Mix.env()),
start_permanent: Mix.env() == :prod,
Expand Down

0 comments on commit 629ba0c

Please sign in to comment.