Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: kommitters/stellar_base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7818cb992e7509b605ebad9b29c22f5bbd2f3aa3
Choose a base ref
..
head repository: kommitters/stellar_base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: f66031b9a664fa648fe05bcba2e3acfc4265dc94
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/cd.yml
  2. +1 −1 .github/workflows/ci.yml
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ jobs:
builds.hex.pm:443
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- uses: erlef/setup-elixir@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1
- uses: erlef/setup-elixir@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ jobs:
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0

- name: Sets up an Erlang/OTP environment
uses: erlef/setup-elixir@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1
uses: erlef/setup-elixir@5304e04ea2b355f03681464e683d92e3b2f18451 # v1.18.2
with:
otp-version: ${{ matrix.otp }}
elixir-version: ${{ matrix.elixir }}