File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v5
41+ uses : actions/checkout@v6
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1515 with :
1616 python-version : ' 3.12'
1717 - name : Checkout branch
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 - name : Clone main
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 repository : dodona-edu/papyros
2323 path : papyros
Original file line number Diff line number Diff line change 88 name : JavaScript
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 - name : Set up Node
1313 uses : actions/setup-node@v6
1414 with :
2424 name : TypeScript
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v5
27+ - uses : actions/checkout@v6
2828 - name : Set up Node
2929 uses : actions/setup-node@v6
3030 with :
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 - name : Install and Build 🔧
1919 run : |
2020 yarn install
Original file line number Diff line number Diff line change 99 name : JavaScript
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v5
12+ - uses : actions/checkout@v6
1313 - name : Set up Node
1414 uses : actions/setup-node@v6
1515 with :
You can’t perform that action at this time.
0 commit comments