File tree Expand file tree Collapse file tree 9 files changed +286
-148
lines changed
src/serialization/interval_log Expand file tree Collapse file tree 9 files changed +286
-148
lines changed Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 name : stable / fmt
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@v4
1414 with :
1515 submodules : true
1616 - name : Install stable
3030 matrix :
3131 toolchain : [stable, beta]
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 submodules : true
3636 - name : Install ${{ matrix.toolchain }}
4646 runs-on : ubuntu-latest
4747 name : nightly / doc
4848 steps :
49- - uses : actions/checkout@v3
49+ - uses : actions/checkout@v4
5050 with :
5151 submodules : true
5252 - name : Install nightly
5959 runs-on : ubuntu-latest
6060 name : ubuntu / stable / features
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6363 with :
6464 submodules : true
6565 - name : Install stable
@@ -75,10 +75,10 @@ jobs:
7575 # https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
7676 strategy :
7777 matrix :
78- msrv : [1.48 .0] # nom 7
78+ msrv : [1.64 .0]
7979 name : ubuntu / ${{ matrix.msrv }}
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 with :
8383 submodules : true
8484 - name : Install ${{ matrix.msrv }}
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 name : ubuntu / nightly
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 submodules : true
1919 - name : Install nightly
3232 # Unfortunately, hashFiles only works in if on steps, so we reepeat it.
3333 # if: hashFiles('Cargo.lock') != ''
3434 steps :
35- - uses : actions/checkout@v3
35+ - uses : actions/checkout@v4
3636 with :
3737 submodules : true
3838 - name : Install beta
Original file line number Diff line number Diff line change 1313 matrix :
1414 toolchain : [stable, beta]
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 with :
1818 submodules : true
1919 - name : Install ${{ matrix.toolchain }}
3030 runs-on : ubuntu-latest
3131 name : ubuntu / stable / minimal-versions
3232 steps :
33- - uses : actions/checkout@v3
33+ - uses : actions/checkout@v4
3434 with :
3535 submodules : true
3636 - name : Install stable
5151 matrix :
5252 os : [macos-latest, windows-latest]
5353 steps :
54- - uses : actions/checkout@v3
54+ - uses : actions/checkout@v4
5555 with :
5656 submodules : true
5757 - name : Install stable
6565 runs-on : ubuntu-latest
6666 name : ubuntu / stable / coverage
6767 steps :
68- - uses : actions/checkout@v3
68+ - uses : actions/checkout@v4
6969 with :
7070 submodules : true
7171 - name : Install stable
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
77### Added
88
99### Changed
10+ - ` base64 ` dependency was bumped to 0.21
1011
1112### Removed
1213
You can’t perform that action at this time.
0 commit comments