File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- Update: Sat Nov 29 01:43:19 UTC 2025
1+ Update: Tue Feb 3 02:27:24 UTC 2026
Original file line number Diff line number Diff line change 5151 VCPKG_DISABLE_METRICS : 1
5252
5353 steps :
54- - uses : actions/checkout@v6.0.1
54+ - uses : actions/checkout@v6.0.2
5555
5656 - run : |
5757 echo "Update: $(date)" > .github/Update.md
Original file line number Diff line number Diff line change 2020 if : ${{ github.actor == 'dependabot[bot]' }}
2121
2222 steps :
23- - uses : dependabot/fetch-metadata@v2.4 .0
23+ - uses : dependabot/fetch-metadata@v2.5 .0
2424 with :
2525 github-token : " ${{ secrets.GITHUB_TOKEN }}"
2626
3535 if : ${{ github.actor == 'dependabot[bot]' }}
3636
3737 steps :
38- - uses : dependabot/fetch-metadata@v2.4 .0
38+ - uses : dependabot/fetch-metadata@v2.5 .0
3939 with :
4040 github-token : " ${{ secrets.GITHUB_TOKEN }}"
4141
Original file line number Diff line number Diff line change @@ -57,14 +57,14 @@ jobs:
5757 toolchain : ["stable", "nightly"]
5858
5959 steps :
60- - uses : actions/checkout@v6.0.1
60+ - uses : actions/checkout@v6.0.2
6161
6262 - uses : actions-rs/toolchain@v1.0.7
6363 with :
6464 profile : minimal
6565 toolchain : ${{ matrix.toolchain }}
6666
67- - uses : actions/cache@v4.3.0
67+ - uses : actions/cache@v5.0.3
6868 with :
6969 path : |
7070 ~/.cargo/bin/
You can’t perform that action at this time.
0 commit comments