File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1616 linux :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v2
19+ - uses : actions/checkout@v6
2020
2121 - name : Install dependencies.
2222 run : sudo apt-get update && sudo apt-get -qy install clang libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev
3232 mac :
3333 runs-on : macos-latest
3434 steps :
35- - uses : actions/checkout@v2
35+ - uses : actions/checkout@v6
3636
3737 - name : Install dependencies.
3838 run : brew install sdl2 sdl2_image sdl2_mixer sdl2_ttf
4848 windows :
4949 runs-on : windows-latest
5050 steps :
51- - uses : actions/checkout@v2
51+ - uses : actions/checkout@v6
5252 - uses : nuget/setup-nuget@v1
5353
5454 - name : Install dependencies.
6969 wasm :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v6
7373 # with:
7474 # persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
7575 # fetch-depth: 0 # otherwise, you will failed to push refs to dest repo
You can’t perform that action at this time.
0 commit comments