File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1111 container :
1212 image : swift
1313 steps :
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 - name : " Formatting and License Headers check"
1616 run : |
1717 SWIFTFORMAT_VERSION=0.49.4
4141 container :
4242 image : ${{ matrix.image }}
4343 steps :
44- - uses : actions/checkout@v2
44+ - uses : actions/checkout@v3
4545 - name : 🔧 Build
4646 run : swift build ${{ matrix.swift-build-flags }}
4747 timeout-minutes : 20
@@ -100,7 +100,7 @@ jobs:
100100 container :
101101 image : ${{ matrix.image }}
102102 steps :
103- - uses : actions/checkout@v2
103+ - uses : actions/checkout@v3
104104 - name : 🧮 Allocation Counting Tests
105105 run : ./Performance/allocations/test-allocation-counts.sh
106106 env : ${{ matrix.env }}
@@ -120,7 +120,7 @@ jobs:
120120 container :
121121 image : ${{ matrix.image }}
122122 steps :
123- - uses : actions/checkout@v2
123+ - uses : actions/checkout@v3
124124 - name : Build without NIOSSL
125125 run : swift build
126126 env :
Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010
1111 steps :
12- - uses : actions/checkout@v2
13-
12+ - uses : actions/checkout@v3
13+
1414 - name : Extract release version
1515 run : echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1616
2020 - name : Zip the plugins
2121 run : |
2222 zip protoc-grpc-swift-plugins-linux-x86_64-${{ env.RELEASE_VERSION }}.zip protoc-gen-swift protoc-gen-grpc-swift
23-
23+
2424 - name : Upload artifacts
2525 uses : softprops/action-gh-release@v1
2626 with :
You can’t perform that action at this time.
0 commit comments