diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 148ce9f..5d8a005 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: node-version-file: .nvmrc - name: Restore _build - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: _build key: "_build-cache-for\ @@ -45,7 +45,7 @@ jobs: -hash-${{hashFiles('rebar.lock')}}-${{hashFiles('rebar.config')}}" - name: Restore rebar3's cache - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ~/.cache/rebar3 key: "rebar3-cache-for\ diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index a4aeb56..8ee9d2c 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -42,6 +42,6 @@ jobs: config_file: .yamllint.yml - name: actionlint - uses: reviewdog/action-actionlint@7eeec1dd160c2301eb28e1568721837d084558ad # v1.57.0 + uses: reviewdog/action-actionlint@08ef4afa963243489a457cca426f705ce4e0d1a5 # v1.60.0 env: SHELLCHECK_OPTS: -o all diff --git a/.tool-versions b/.tool-versions index b0834f4..47f1d7f 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ -erlang 27.1.2 +erlang 27.1.3 rebar 3.24.0