diff --git a/.github/workflows/arc-runner.yml b/.github/workflows/arc-runner.yml index f5607a15e..10406b744 100644 --- a/.github/workflows/arc-runner.yml +++ b/.github/workflows/arc-runner.yml @@ -8,7 +8,7 @@ jobs: runs-on: zombienet-arc-runner steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Node.js environment uses: actions/setup-node@v3