Skip to content

Commit 811f415

Browse files
committed
update actions
1 parent 8e8e518 commit 811f415

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,16 @@ jobs:
2222
with:
2323
persist-credentials: false
2424

25-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
26-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
25+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
26+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
2727
with:
2828
node-version: 26
2929

3030
- name: find pnpm cache path
3131
id: cache
3232
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
3333

34-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
34+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3535
with:
3636
path: ${{ steps.cache.outputs.path }}
3737
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -53,16 +53,16 @@ jobs:
5353
with:
5454
persist-credentials: false
5555

56-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
57-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
56+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
57+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
5858
with:
5959
node-version: 26
6060

6161
- name: find pnpm cache path
6262
id: cache
6363
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
6464

65-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
65+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6666
with:
6767
path: ${{ steps.cache.outputs.path }}
6868
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -82,16 +82,16 @@ jobs:
8282
with:
8383
persist-credentials: false
8484

85-
- uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 # v4.4.0
86-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
85+
- uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6.0.8
86+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
8787
with:
8888
node-version: 26
8989

9090
- name: find pnpm cache path
9191
id: cache
9292
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
9393

94-
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
94+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
9595
with:
9696
path: ${{ steps.cache.outputs.path }}
9797
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -125,14 +125,14 @@ jobs:
125125
126126
- name: Login to GHCR
127127
if: github.ref == 'refs/heads/main'
128-
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4.0.0
128+
uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.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@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
135+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
136136
with:
137137
push: ${{ github.ref == 'refs/heads/main' }}
138138
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)