diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 420a2c7e1e4..9562cfb5231 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 50 - - uses: erlef/setup-beam@8aa8a857c6be0daae6e97272bb299d5b942675a4 # v1.19.0 + - uses: erlef/setup-beam@75edbb82877ab10edeb12a99c3cf2f0909f3dc87 # v1.20.1 with: otp-version: ${{ matrix.otp_version }} - name: Set ERL_COMPILER_OPTIONS @@ -114,7 +114,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 50 - - uses: erlef/setup-beam@8aa8a857c6be0daae6e97272bb299d5b942675a4 # v1.19.0 + - uses: erlef/setup-beam@75edbb82877ab10edeb12a99c3cf2f0909f3dc87 # v1.20.1 with: otp-version: ${{ matrix.otp_version }} - name: Compile Elixir diff --git a/.github/workflows/notify.yml b/.github/workflows/notify.yml index 54bfe34061d..1f6c02f7fe4 100644 --- a/.github/workflows/notify.yml +++ b/.github/workflows/notify.yml @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 50 - - uses: erlef/setup-beam@8aa8a857c6be0daae6e97272bb299d5b942675a4 # v1.19.0 + - uses: erlef/setup-beam@75edbb82877ab10edeb12a99c3cf2f0909f3dc87 # v1.20.1 with: otp-version: "27.3" elixir-version: "1.18.3"