File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 name : Build on ${{ matrix.image }}
2121 container : ${{ matrix.image }}
2222 steps :
23- - uses : actions/checkout@v1
23+ - uses : actions/checkout@v2
2424
2525 # Dependencies ---------------------------------------------------------------------------
2626 - name : Install dependencies for libfds and IPFIXcol2 (Ubuntu/Debian)
Original file line number Diff line number Diff line change 2222 container : ${{ matrix.image }}
2323
2424 steps :
25- - uses : actions/checkout@v1
25+ - uses : actions/checkout@v2
2626 - name : Define global variables
2727 run : echo "::set-output name=zip_file::ipfixcol2-${IMAGE//:/}-$GITHUB_SHA.zip"
2828 shell : bash
9191 container : ${{ matrix.image }}
9292
9393 steps :
94- - uses : actions/checkout@v1
94+ - uses : actions/checkout@v2
9595 - name : Prepare environment and variables
9696 run : |
9797 echo "::set-output name=zip_file::ipfixcol2-${IMAGE//:/}-$GITHUB_SHA.zip"
You can’t perform that action at this time.
0 commit comments