File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v3
41+ uses : actions/checkout@v4
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1313 name : Unit tests
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - run : npm install
1818 - run : npm run format-check
1919 - run : npm test
3232 - os : windows-latest
3333 swift : " 5.6.3"
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 - run : npm install
3737 - run : npm run build && npm run pack-source-map
3838 - uses : ./
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3
14+ uses : actions/checkout@v4
1515
1616 - name : Update Release Draft
1717 id : release_draft
Original file line number Diff line number Diff line change 99 name : Swift release
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v3
12+ - uses : actions/checkout@v4
1313 env :
1414 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1515 - run : ./.github/workflows/check_swift_releases.sh
You can’t perform that action at this time.
0 commit comments