Commit f826b8d 1 parent b9f73c2 commit f826b8d Copy full SHA for f826b8d
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 26
26
27
27
steps :
28
28
- name : Checkout repository
29
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
30
30
31
31
# Workaround: https://github.com/docker/build-push-action/issues/461
32
32
- name : Setup Docker buildx
Original file line number Diff line number Diff line change 12
12
timeout-minutes : 60
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
15
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
16
- uses : dtinth/setup-github-actions-caching-for-turbo@v1
17
17
- uses : actions/setup-node@v4
18
18
with :
Original file line number Diff line number Diff line change 16
16
issues : read
17
17
steps :
18
18
- name : Checkout
19
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
- name : Install pnpm
21
21
uses : pnpm/action-setup@v2
22
22
- name : Install Node.js
You can’t perform that action at this time.
0 commit comments