File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
mongodb-version : [4.4]
24
24
25
25
steps :
26
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
27
27
with :
28
28
fetch-depth : 0
29
29
Original file line number Diff line number Diff line change 16
16
node-version : ${{ env.NODE_VERSION }}
17
17
18
18
- name : Code Checkout
19
- uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
19
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
20
20
with :
21
21
fetch-depth : 0
22
22
Original file line number Diff line number Diff line change 6
6
build :
7
7
runs-on : ubuntu-latest
8
8
steps :
9
- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
9
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
10
10
# Setup .npmrc file to publish to npm
11
11
- uses : actions/setup-node@v4
12
12
with :
You can’t perform that action at this time.
0 commit comments