File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 outputs :
1212 features : ${{ steps.generator.outputs.features }}
1313 steps :
14- - uses : actions/checkout@v4
14+ - uses : actions/checkout@v5
1515 - uses : TheHackerApp/feature-powerset-action@main
1616 id : generator
1717
2424 matrix :
2525 features : ${{ fromJSON(needs.generate-matrix.outputs.features) }}
2626 steps :
27- - uses : actions/checkout@v4
27+ - uses : actions/checkout@v5
2828 - uses : dtolnay/rust-toolchain@stable
2929
3030 - run : cargo build --release -F "${{ matrix.features }}"
Original file line number Diff line number Diff line change 99 name : YAML
1010 runs-on : ubuntu-22.04
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
1313
1414 - run : pip install yamllint
1515 - run : yamllint -s -f github .
1818 name : Style
1919 runs-on : ubuntu-22.04
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222
2323 - uses : dtolnay/rust-toolchain@stable
2424 with :
2929 name : Clippy
3030 runs-on : ubuntu-22.04
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333
3434 - uses : dtolnay/rust-toolchain@stable
3535 with :
Original file line number Diff line number Diff line change 1717 app-id : ${{ secrets.RELEASE_PLZ_APP_ID }}
1818 private-key : ${{ secrets.RELEASE_PLZ_PRIVATE_KEY }}
1919
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 token : ${{ steps.generate-token.outputs.token }}
You can’t perform that action at this time.
0 commit comments