File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Set version env
1818 run : echo "CI_VERSION=$(cat src/version.go | grep 'BuildVersion =' | cut -d'"' -f2 | awk NF)" >> $GITHUB_ENV
1919 - name : Set up QEMU
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - name : Set version env
1616 run : echo "CI_VERSION=$(cat src/version.go | grep 'BuildVersion =' | cut -d'"' -f2 | awk NF)" >> $GITHUB_ENV
1717 - name : Set up QEMU
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - name : Build integration test image
1818 run : docker build -t compose-test -f test.Dockerfile .
1919 - name : Run integration test
You can’t perform that action at this time.
0 commit comments