File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 name : ruff (lint + format)
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v6
1818 - uses : actions/setup-python@v5
1919 with :
2020 python-version : " 3.13"
6565 - package : Animator3D
6666 python-version : " 3.13"
6767 steps :
68- - uses : actions/checkout@v4
68+ - uses : actions/checkout@v6
6969 - uses : actions/setup-python@v5
7070 with :
7171 python-version : ${{ matrix.python-version }}
9393 runs-on : ubuntu-latest
9494 continue-on-error : true
9595 steps :
96- - uses : actions/checkout@v4
96+ - uses : actions/checkout@v6
9797 - uses : dtolnay/rust-toolchain@stable
9898 with :
9999 components : clippy, rustfmt
@@ -111,7 +111,7 @@ jobs:
111111 run :
112112 working-directory : VibeGame
113113 steps :
114- - uses : actions/checkout@v4
114+ - uses : actions/checkout@v6
115115 - uses : oven-sh/setup-bun@v2
116116 with :
117117 bun-version : " 1.2.21"
Original file line number Diff line number Diff line change 2121 name : Bump version
2222 runs-on : ubuntu-latest
2323 steps :
24- - uses : actions/checkout@v4
24+ - uses : actions/checkout@v6
2525 - uses : actions/setup-node@v4
2626 with :
2727 node-version : ' 20'
4747 run :
4848 working-directory : VibeGame
4949 steps :
50- - uses : actions/checkout@v4
50+ - uses : actions/checkout@v6
5151 with :
5252 ref : main
5353 - uses : actions/setup-node@v4
You can’t perform that action at this time.
0 commit comments