File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 target : x86_64-pc-windows-msvc
5454 runs-on : ${{ matrix.os }}
5555 steps :
56- - uses : actions/checkout@v6.0.2
56+ - uses : actions/checkout@v6.0.3
5757 with :
5858 fetch-depth : 0
5959 fetch-tags : true
@@ -122,7 +122,7 @@ jobs:
122122 timeout-minutes : 10
123123 runs-on : ubuntu-24.04
124124 steps :
125- - uses : actions/checkout@v6.0.2
125+ - uses : actions/checkout@v6.0.3
126126 with :
127127 fetch-depth : 0
128128 fetch-tags : true
Original file line number Diff line number Diff line change 1212 timeout-minutes : 10
1313 runs-on : ubuntu-24.04
1414 steps :
15- - uses : actions/checkout@v6.0.2
15+ - uses : actions/checkout@v6.0.3
1616
1717 - name : Install Rust toolchain
1818 run : |
6262 os : [ubuntu-24.04, windows-2025, macos-15]
6363 runs-on : ${{ matrix.os }}
6464 steps :
65- - uses : actions/checkout@v6.0.2
65+ - uses : actions/checkout@v6.0.3
6666 - uses : actions/setup-python@v6.2.0
6767 with :
6868 python-version : 3.14
@@ -121,7 +121,7 @@ jobs:
121121 os : [ubuntu-24.04, macos-15]
122122 runs-on : ${{ matrix.os }}
123123 steps :
124- - uses : actions/checkout@v6.0.2
124+ - uses : actions/checkout@v6.0.3
125125 - name : Install Rust toolchain
126126 run : |
127127 rustup toolchain install stable --profile minimal
@@ -237,7 +237,7 @@ jobs:
237237 os : [ubuntu-24.04, macos-15]
238238 runs-on : ${{ matrix.os }}
239239 steps :
240- - uses : actions/checkout@v6.0.2
240+ - uses : actions/checkout@v6.0.3
241241 - name : Install Rust toolchain
242242 run : |
243243 rustup toolchain install stable --profile minimal
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-24.04
1717 environment : func-tests-live
1818 steps :
19- - uses : actions/checkout@v6.0.2
19+ - uses : actions/checkout@v6.0.3
2020 - uses : actions/setup-python@v6.2.0
2121 with :
2222 python-version : 3.14
You can’t perform that action at this time.
0 commit comments