Skip to content

Commit d0ce5de

Browse files
committed
update actions
1 parent 05ffb78 commit d0ce5de

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-24.04-arm
1919

2020
steps:
21-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
with:
2323
persist-credentials: false
2424

@@ -31,7 +31,7 @@ jobs:
3131
id: cache
3232
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
3333

34-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
34+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3535
with:
3636
path: ${{ steps.cache.outputs.path }}
3737
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-24.04-arm
5050

5151
steps:
52-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
52+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5353
with:
5454
persist-credentials: false
5555

@@ -62,7 +62,7 @@ jobs:
6262
id: cache
6363
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
6464

65-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
65+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6666
with:
6767
path: ${{ steps.cache.outputs.path }}
6868
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -78,7 +78,7 @@ jobs:
7878
runs-on: ubuntu-24.04-arm
7979

8080
steps:
81-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
81+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8282
with:
8383
persist-credentials: false
8484

@@ -91,7 +91,7 @@ jobs:
9191
id: cache
9292
run: echo "path=$(pnpm store path)" >> "$GITHUB_OUTPUT"
9393

94-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
94+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
9595
with:
9696
path: ${{ steps.cache.outputs.path }}
9797
key: v1-pnpm-${{ hashFiles('**/pnpm-lock.yaml') }}
@@ -132,7 +132,7 @@ jobs:
132132
password: ${{ secrets.GITHUB_TOKEN }}
133133

134134
- name: Build and maybe Push Docker image
135-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
135+
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 # v6.19.2
136136
with:
137137
push: ${{ github.ref == 'refs/heads/main' }}
138138
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)