Skip to content

Commit b9ec3e4

Browse files
ci(actions): update github actions
| datasource | package | from | to | | ----------- | -------------------------------- | ------- | ------ | | github-tags | actions/cache | v5.0.3 | v5.0.4 | | github-tags | jetify-com/devbox-install-action | v0.14.0 | 0.15.0 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 0d56870 commit b9ec3e4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
persist-credentials: false
2222

2323
- name: Restore go vendors
24-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #v5.0.3
24+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
2525
with:
2626
path: |
2727
~/go/pkg/mod
@@ -31,7 +31,7 @@ jobs:
3131
go-deps-${{ runner.os }}
3232
3333
- name: Install devbox
34-
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 #v0.14.0
34+
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # 0.15.0
3535
with:
3636
enable-cache: 'true'
3737
devbox-version: ${{ env.DEVBOX_VERSION }}
@@ -49,7 +49,7 @@ jobs:
4949
persist-credentials: false
5050

5151
- name: Restore go vendors
52-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 #5.0.3
52+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # 5.0.4
5353
with:
5454
path: |
5555
~/go/pkg/mod
@@ -59,7 +59,7 @@ jobs:
5959
go-deps-${{ runner.os }}
6060
6161
- name: Install devbox
62-
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 #v0.14.0
62+
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # 0.15.0
6363
with:
6464
enable-cache: 'true'
6565
devbox-version: ${{ env.DEVBOX_VERSION }}
@@ -77,7 +77,7 @@ jobs:
7777
persist-credentials: false
7878

7979
- name: Install devbox
80-
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 #v0.14.0
80+
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # 0.15.0
8181
with:
8282
enable-cache: 'true'
8383
devbox-version: ${{ env.DEVBOX_VERSION }}

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
persist-credentials: false
3131
- name: Install devbox
32-
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 #v0.14.0
32+
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # 0.15.0
3333
with:
3434
enable-cache: "true"
3535
devbox-version: ${{ env.DEVBOX_VERSION }}

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Restore go vendors
34-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # zizmor: ignore[cache-poisoning] this is actually fine #v4.3.0
34+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # zizmor: ignore[cache-poisoning] this is actually fine #v4.3.0
3535
with:
3636
path: |
3737
~/go/pkg/mod
@@ -41,7 +41,7 @@ jobs:
4141
go-deps-${{ runner.os }}
4242
4343
- name: Install devbox
44-
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 #v0.14.0
44+
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # 0.15.0
4545
with:
4646
enable-cache: "true"
4747
devbox-version: ${{ env.DEVBOX_VERSION }}
@@ -67,7 +67,7 @@ jobs:
6767
persist-credentials: false
6868

6969
- name: Install devbox
70-
uses: jetify-com/devbox-install-action@a0d2d53632934ae004f878c840055956d9f741b0 #v0.14.0
70+
uses: jetify-com/devbox-install-action@8c6a66ed6273138b1915457069de78cb52fe3bd7 # 0.15.0
7171
with:
7272
enable-cache: "true"
7373
devbox-version: ${{ env.DEVBOX_VERSION }}

0 commit comments

Comments
 (0)