From 07b2a36e0de8dd17bb10830b7867c27d07b26602 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:01:00 +0000 Subject: [PATCH] chore(deps): update github actions --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/test-runner.yml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45cb124..f3d4258 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: shellcheck: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: ShellCheck (error severity) run: | shellcheck --severity=error \ @@ -39,7 +39,7 @@ jobs: compose-config: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Stub .env (compose interpolation requires ROKU_DEVICE_IP) run: | # RFC 5737 documentation IP; never resolves to a real host @@ -50,7 +50,7 @@ jobs: install-script-syntax: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: bash -n install.sh run: bash -n install.sh - name: install.sh --help exits 0 @@ -65,7 +65,7 @@ jobs: runner-image-smoke: runs-on: ubuntu-latest steps: - - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + - uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Runner binary is present and self-reports a version run: | IMG=$(grep -oP 'myoung34/github-runner@sha256:[a-f0-9]+' docker-compose.yml) diff --git a/.github/workflows/test-runner.yml b/.github/workflows/test-runner.yml index ae8370b..79d65fe 100644 --- a/.github/workflows/test-runner.yml +++ b/.github/workflows/test-runner.yml @@ -8,10 +8,10 @@ jobs: runs-on: [self-hosted, roku-device] steps: - name: Checkout - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 - name: Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 with: node-version: "lts/*"