diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c404b23d..b2eaa8680 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -346,7 +346,7 @@ jobs: type=raw,value=latest,enable=${{ endsWith(github.ref, github.event.repository.default_branch) }} - name: Build and push Docker image - uses: docker/build-push-action@v2.9.0 + uses: docker/build-push-action@v3.1.1 if: ${{ (matrix.os == 'ubuntu-latest') }} with: context: . @@ -462,10 +462,10 @@ jobs: run: ls -ldR ${{steps.download.outputs.download-path}}/**/* - name: Extract owner and repo - uses: jungwinter/split@v1 + uses: jungwinter/split@v2 id: repo with: - seperator: "/" + separator: "/" msg: ${{ github.repository }} - name: Install GitReleaseManager