diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d4ce7ce..a148971 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: - name: Set up Elixir id: setup-beam - uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 with: version-type: strict version-file: .tool-versions diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ca6959..a73bf07 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: - name: Set up BEAM id: setup-beam - uses: erlef/setup-beam@61e01a43a562a89bfc54c7f9a378ff67b03e4a21 # v1.16.0 + uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 with: otp-version: ${{matrix.otp}} elixir-version: ${{matrix.elixir}}