diff --git a/.github/workflows/gleam-format-check.yaml b/.github/workflows/gleam-format-check.yaml index 7fa2f15..bb2e70c 100644 --- a/.github/workflows/gleam-format-check.yaml +++ b/.github/workflows/gleam-format-check.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup BEAM Environment - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 + uses: erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1 with: version-file: .tool-versions version-type: strict diff --git a/.github/workflows/gleam-tests.yaml b/.github/workflows/gleam-tests.yaml index 2db5c54..744b1bf 100644 --- a/.github/workflows/gleam-tests.yaml +++ b/.github/workflows/gleam-tests.yaml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 - name: Setup BEAM Environment - uses: erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1 + uses: erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1 with: version-file: .tool-versions version-type: strict