diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc520bb..f766a02 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,10 +27,10 @@ jobs: # Execute the build activities. steps: - name: Checkout the repository. - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup the node ${{ matrix.node-version }} environment. - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} diff --git a/package-lock.json b/package-lock.json index c0f4720..181c1ff 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ffmpeg-for-homebridge", - "version": "2.1.1", + "version": "2.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ffmpeg-for-homebridge", - "version": "2.1.1", + "version": "2.1.2", "hasInstallScript": true, "dependencies": { "dotenv": "^16.4.5", diff --git a/package.json b/package.json index 09623f3..ac6e0f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ffmpeg-for-homebridge", - "version": "2.1.1", + "version": "2.1.2", "description": "Static FFmpeg binaries for Homebridge with support for audio (libfdk-aac) and hardware encoding (h264_v4l2m2m and h264_qsv).", "author": { "name": "The Homebridge Team",