File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525
2626 steps :
2727 - name : Checkout Repository
28- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
28+ uses : actions/checkout@v5
2929 with :
3030 fetch-depth : 1
3131 persist-credentials : false
3232
3333 - name : Setup Node ${{ matrix.node-version }}
34- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
34+ uses : actions/setup-node@v5
3535 with :
3636 always-auth : false
3737 check-latest : true
Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ jobs:
2424
2525 steps :
2626 - name : Checkout Repository
27- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+ uses : actions/checkout@v5
2828 with :
2929 fetch-depth : 1
3030 persist-credentials : false
3131
3232 - name : Setup Node ${{ matrix.node-version }}
33- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0.0
33+ uses : actions/setup-node@v5
3434 with :
3535 always-auth : false
3636 check-latest : true
You can’t perform that action at this time.
0 commit comments