diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 930e9a1..008c3b7 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -65,7 +65,7 @@ jobs: steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - - uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0 + - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 id: setup-beam with: otp-version: ${{matrix.otp-version}} diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2c2e49f..497a1e8 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -38,6 +38,6 @@ jobs: config_file: .yamllint.yml - name: actionlint - uses: reviewdog/action-actionlint@d99f1ceaf59e7db022a790dc308ccccb68dda71a # v1.53.0 + uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0 env: SHELLCHECK_OPTS: -o all diff --git a/.github/workflows/rebar-lock.yml b/.github/workflows/rebar-lock.yml index f8cfa22..d8c18f5 100644 --- a/.github/workflows/rebar-lock.yml +++ b/.github/workflows/rebar-lock.yml @@ -50,7 +50,7 @@ jobs: token: ${{steps.app-token.outputs.token}} ref: ${{needs.branch.outputs.head_ref}} - - uses: erlef/setup-beam@a6e26b22319003294c58386b6f25edbc7336819a # v1.18.0 + - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1.18.1 with: version-type: strict version-file: .tool-versions diff --git a/.tool-versions b/.tool-versions index 2235e4c..1ae24a9 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -erlang 27.0 +erlang 27.0.1 rebar 3.23.0