2222 with :
2323 persist-credentials : false
2424
25- - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
26- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
25+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
26+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
2727 with :
2828 node-version : 25
2929
5353 with :
5454 persist-credentials : false
5555
56- - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
57- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
56+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
57+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
5858 with :
5959 node-version : 25
6060
8282 with :
8383 persist-credentials : false
8484
85- - uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
86- - uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
85+ - uses : pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4 .0
86+ - uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
8787 with :
8888 node-version : 25
8989
@@ -115,7 +115,7 @@ jobs:
115115 steps :
116116 - name : Docker meta
117117 id : meta
118- uses : docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10 .0
118+ uses : docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf # v6.0 .0
119119 with :
120120 images : |
121121 ghcr.io/${{ github.repository }}
@@ -125,14 +125,14 @@ jobs:
125125
126126 - name : Login to GHCR
127127 if : github.ref == 'refs/heads/main'
128- uses : docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7 .0
128+ uses : docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0 .0
129129 with :
130130 registry : ghcr.io
131131 username : ${{ github.actor }}
132132 password : ${{ secrets.GITHUB_TOKEN }}
133133
134134 - name : Build and maybe Push Docker image
135- uses : docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
135+ uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
136136 with :
137137 push : ${{ github.ref == 'refs/heads/main' }}
138138 tags : ${{ steps.meta.outputs.tags }}
0 commit comments