We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b27f9c commit 5af6459Copy full SHA for 5af6459
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
runs-on: ubuntu-latest
25
timeout-minutes: 10
26
steps:
27
- - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
+ - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
28
- run: corepack enable
29
- run: pnpm install
30
- run: pnpm prettier
@@ -49,7 +49,7 @@ jobs:
49
ARCH: ${{ matrix.arch }} # build target, name required by binary-builder
50
51
52
53
54
- name: binary-builder
55
uses: containerbase/internal-tools@dbc381e7a824b3777dceafc226804644311ab9a1 # v3.0.82
0 commit comments