File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v5
1111 - name : Install
1212 run : yarn
1313 - name : Build
Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout repository
42- uses : actions/checkout@v3
42+ uses : actions/checkout@v5
4343
4444 # Initializes the CodeQL tools for scanning.
4545 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v5
1111 - name : Install
1212 run : yarn
1313 - name : Lint
Original file line number Diff line number Diff line change 1414 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v3
17+ uses : actions/checkout@v5
1818 - name : Install
1919 run : yarn install --frozen-lockfile
2020 - name : Build
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout repository
13- uses : actions/checkout@v3
13+ uses : actions/checkout@v5
1414 - name : Get yarn cache directory path
1515 id : yarn-cache-dir-path
1616 run : echo "::set-output name=dir::$(yarn cache dir)"
Original file line number Diff line number Diff line change 77 runs-on : ubuntu-latest
88 steps :
99 - name : Checkout
10- uses : actions/checkout@v3
10+ uses : actions/checkout@v5
1111 - name : Install
1212 run : yarn
1313 - name : Test
You can’t perform that action at this time.
0 commit comments