diff options
| author | Kian-Meng Ang <kianmeng@cpan.org> | 2022-11-01 07:30:07 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-31 17:30:07 -0600 |
| commit | f0150c6160724c1b5013ef84cd5a7f09e0ac9720 (patch) | |
| tree | b1777d867216fc51246ca3629ab2dff871c82e37 /.github | |
| parent | e58d6e23edd2cfc1da7feab3cfc2b09326b73bff (diff) | |
| download | farside-f0150c6160724c1b5013ef84cd5a7f09e0ac9720.tar.gz | |
Use erlef/setup-beam, bump gha versions (#76)
Remove extra redirection. See https://github.com/erlef/setup-beam/issues/20
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/elixir.yml | 6 | ||||
| -rw-r--r-- | .github/workflows/update-instances.yml | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/elixir.yml b/.github/workflows/elixir.yml index 8adbd87..e42307f 100644 --- a/.github/workflows/elixir.yml +++ b/.github/workflows/elixir.yml @@ -13,16 +13,16 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Elixir - uses: erlef/setup-elixir@885971a72ed1f9240973bd92ab57af8c1aa68f24 + uses: erlef/setup-beam@v1 with: elixir-version: '1.12.3' otp-version: '24' - name: Restore dependencies cache - uses: actions/cache@v2 + uses: actions/cache@v3 with: path: deps key: ${{ runner.os }}-mix-${{ hashFiles('**/mix.lock') }} diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index a6fad46..39872c7 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Install dependencies run: sudo apt-get install -y jq dnsutils |
