File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 publish :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919
2020 - name : install cargo components
2121 run : rustup component add clippy
Original file line number Diff line number Diff line change 1515 create-release :
1616 runs-on : ubuntu-latest
1717 steps :
18- - uses : actions/checkout@v4
18+ - uses : actions/checkout@v6
1919 - uses : taiki-e/create-gh-release-action@v1
2020 with :
2121 # (optional) Path to changelog.
3737
3838 runs-on : ${{ matrix.os }}
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v6
4141 - name : install dependencies macos
4242 if : ${{ matrix.os == 'macos-latest' }}
4343 run : brew install ffmpeg pkgconf
Original file line number Diff line number Diff line change @@ -12,14 +12,14 @@ jobs:
1212 test :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v4
15+ - uses : actions/checkout@v6
1616
1717 - name : Extract version
1818 id : extract-version
1919 run : echo "VERSION=$(grep -oP '^version = "\K[^"]+' Cargo.toml | awk '{$1=$1;print}')" >> $GITHUB_OUTPUT
2020
2121 - name : Cache restore
22- uses : actions/cache/restore@v4
22+ uses : actions/cache/restore@v5
2323 id : cache-cargo-restore
2424 with :
2525 path : |
4040
4141 - name : Cache save
4242 if : steps.cache-cargo-restore.outputs.cache-hit != 'true'
43- uses : actions/cache/save@v4
43+ uses : actions/cache/save@v5
4444 id : cache-cargo-save
4545 with :
4646 path : |
You can’t perform that action at this time.
0 commit comments