We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd6993e commit fec7391Copy full SHA for fec7391
.github/workflows/ci.yml
@@ -9,9 +9,9 @@ jobs:
9
ci:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13
14
- - uses: erlef/setup-beam@v1
+ - uses: erlef/setup-beam@b9c58b0450cd832ccdb3c17cc156a47065d2114f # v1
15
with:
16
otp-version: '26.2.1'
17
elixir-version: '1.16.0'
0 commit comments