diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 087f9feacdf..a96b018712f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -46,7 +46,7 @@ jobs: with: persist-credentials: false - - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 + - uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1 with: otp-version: ${{ matrix.otp_version }} @@ -127,7 +127,7 @@ jobs: with: persist-credentials: false - - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 + - uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1 with: otp-version: ${{ matrix.otp_version }} diff --git a/.github/workflows/release_notifications.yml b/.github/workflows/release_notifications.yml index 2343e79ea12..ba9e819fb16 100644 --- a/.github/workflows/release_notifications.yml +++ b/.github/workflows/release_notifications.yml @@ -21,7 +21,7 @@ jobs: with: persist-credentials: false - - uses: erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0 + - uses: erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1 with: otp-version: "27.3" elixir-version: "1.18.3"