Skip to content

Commit 307d55d

Browse files
chore(deps): Update github-actions (#114)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [docker/setup-buildx-action](https://redirect.github.com/docker/setup-buildx-action) ([changelog](https://redirect.github.com/docker/setup-buildx-action/compare/bb05f3f5519dd87d3ba754cc423b652a5edd6d2c..37fe631027851001ddb9b187196cc803df7f5f0e)) | action | digest | `bb05f3f` → `37fe631` | | [pnpm/action-setup](https://redirect.github.com/pnpm/action-setup) ([changelog](https://redirect.github.com/pnpm/action-setup/compare/0ebf47130e4866e96fce0953f49152a61190b271..0977fd99725f1db4007ccb2928dbb4e90d06cc86)) | action | digest | `0ebf471` → `0977fd9` | --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - Between 12:00 AM and 03:59 AM, on day 1 of the month (`* 0-3 1 * *`) - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xOTUuMiIsInVwZGF0ZWRJblZlciI6IjQzLjE5NS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiXX0=-->
1 parent 284bec1 commit 307d55d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919
- name: Install pnpm
20-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
20+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6
2121
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
2222
with:
2323
node-version: 'lts/*'
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3737
- name: Install pnpm
38-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
38+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6
3939
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
4040
with:
4141
node-version: 'lts/*'
@@ -47,7 +47,7 @@ jobs:
4747
-
4848
# Required for the package command tests to work
4949
name: Set up Docker Buildx
50-
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4
50+
uses: docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4
5151

5252
- name: Test
5353
run: |
@@ -58,7 +58,7 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
6060
- name: Install pnpm
61-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
61+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6
6262
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
6363
with:
6464
node-version: 'lts/*'
@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7878
- name: Install pnpm
79-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6
79+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6
8080
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
8181
with:
8282
node-version: 'lts/*'

0 commit comments

Comments
 (0)