@@ -39,13 +39,13 @@ jobs:
3939 - name : Checkout code
4040 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
42- - uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
42+ - uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.22.0
4343 with :
4444 otp-version : ${{ matrix.otp }}
4545 elixir-version : ${{ matrix.elixir }}
4646
4747 - name : Setup node
48- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
48+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
4949 with :
5050 node-version : 24
5151 cache : " yarn"
@@ -131,7 +131,7 @@ jobs:
131131 - name : Checkout code
132132 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133
134- - uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
134+ - uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.22.0
135135 id : beam
136136 with :
137137 version-file : .tool-versions
@@ -154,7 +154,7 @@ jobs:
154154
155155 services :
156156 postgres :
157- image : postgres:16.11 @sha256:468e1f126ca5af849799cda06ac9b03d8090aae9fa5163408b3e8da44fad0702
157+ image : postgres:16.13 @sha256:2586e2a95d1c9b31cb2967feb562948f7d364854453d703039b6efa45fe48417
158158 env :
159159 POSTGRES_PASSWORD : postgres
160160 options : >-
@@ -170,14 +170,14 @@ jobs:
170170 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
171171
172172 - name : Setup beam
173- uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
173+ uses : erlef/setup-beam@9d5b75ddfda22fb979d2270283237aef8aa68d6b # v1.22.0
174174 id : beam
175175 with :
176176 version-file : .tool-versions
177177 version-type : strict
178178
179179 - name : Setup node
180- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
180+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
181181 with :
182182 node-version : 24
183183 cache : " yarn"
@@ -335,24 +335,24 @@ jobs:
335335 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
336336
337337 - name : Set up Docker Buildx
338- uses : docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12 .0
338+ uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0 .0
339339
340340 - name : Log in to the container registry
341341 if : env.PUSH_IMAGE == 'true'
342- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
342+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
343343 with :
344344 registry : ${{ env.REGISTRY }}
345345 username : ${{ github.actor }}
346346 password : ${{ secrets.GITHUB_TOKEN }}
347347
348348 - name : Extract metadata (tags, labels) for Docker
349349 id : meta
350- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
350+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
351351 with :
352352 images : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME_RUNTIME }}
353353
354354 - name : Build container
355- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
355+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
356356 with :
357357 push : ${{ env.PUSH_IMAGE }}
358358 tags : ${{ steps.meta.outputs.tags }}
0 commit comments