File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 1313 name : 🗊 Formatting
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Install toolchain
1818 uses : actions-rs/toolchain@v1
1919 with :
3131 name : 🚨 Lint
3232 runs-on : ubuntu-latest
3333 steps :
34- - uses : actions/checkout@v2
34+ - uses : actions/checkout@v4
3535 - name : Install packages
3636 run : sudo apt-get install xorg-dev libglu1-mesa-dev
3737 - name : Install toolchain
4949 name : ✅ Test Suite
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v2
52+ - uses : actions/checkout@v4
5353 - name : Install packages
5454 run : sudo apt-get install xorg-dev libglu1-mesa-dev
5555 - uses : actions-rs/toolchain@v1
7171 name : 👮 Audit
7272 runs-on : ubuntu-latest
7373 steps :
74- - uses : actions/checkout@v2
74+ - uses : actions/checkout@v4
7575 - name : Cache cargo bin
76- uses : actions/cache@v1
76+ uses : actions/cache@v4
7777 with :
7878 path : ~/.cargo/bin
7979 key : ${{ runner.os }}-cargo-audit
You can’t perform that action at this time.
0 commit comments